[BASESRV-CONSRV-WINSRV]
[reactos.git] / dll / ntdll / include / ntdll.h
index d76e6f6..afd6a2a 100644 (file)
 #define _CTYPE_DISABLE_MACROS
 #define _CRT_SECURE_NO_DEPRECATE
 #define _INC_SWPRINTF_INL_
-#include <limits.h>
 #include <stdio.h>
-#include <ctype.h>
 
 /* SDK/DDK/NDK Headers. */
 #define WIN32_NO_STATUS
-#include <windows.h>
+#include <windef.h>
+#include <winbase.h>
+#include <winreg.h>
+#include <wingdi.h>
+#include <wincon.h>
+#include <winuser.h>
 #define NTOS_MODE_USER
 #include <ndk/cmfuncs.h>
 #include <ndk/dbgkfuncs.h>
@@ -41,7 +44,8 @@
 /* Internal NTDLL */
 #include "ntdllp.h"
 
-/* CSRSS Header */
+/* CSRSS Headers */
+#include <csr/csrsrv.h>
 #include <csr/csr.h>
 
 /* PSEH */