[NTDLL_WINETEST] Add a PCH.
[reactos.git] / modules / rostests / winetests / ntdll / string.c
index 9bbaddd..9de0039 100755 (executable)
  * windows.
  */
 
-#include <stdlib.h>
-
 #include "ntdll_test.h"
 
-
 /* Function ptrs for ntdll calls */
 static HMODULE hntdll = 0;
 static NTSTATUS (WINAPI *pRtlUnicodeStringToAnsiString)(STRING *, const UNICODE_STRING *, BOOLEAN);