[NTDLL_WINETEST] Add a PCH.
[reactos.git] / modules / rostests / winetests / ntdll / large_int.c
index 4562e67..2313f9e 100755 (executable)
  * windows.
  */
 
-#include <stdlib.h>
-
 #include "ntdll_test.h"
 
-
 /* Function ptrs for ntdll calls */
 static HMODULE hntdll = 0;
 static LONGLONG (WINAPI *pRtlExtendedMagicDivide)(LONGLONG, LONGLONG, INT);