[WINHTTP] Sync with Wine Staging 3.9. CORE-14656
[reactos.git] / dll / ntdll / include / ntdll.h
index afd6a2a..61b656f 100644 (file)
@@ -2,10 +2,13 @@
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS System Libraries
  * FILE:            dll/ntdll/include/ntdll.h
- * PURPOSE:         Native Libary Header
+ * PURPOSE:         Native Library Header
  * PROGRAMMER:      Alex Ionescu (alex@relsoft.net)
  */
 
+#ifndef _NTDLL_H
+#define _NTDLL_H
+
 /* INCLUDES ******************************************************************/
 
 /* We're a core NT DLL, we don't import syscalls */
 #include <windef.h>
 #include <winbase.h>
 #include <winreg.h>
-#include <wingdi.h>
-#include <wincon.h>
 #include <winuser.h>
+#include <dpfilter.h>
 #define NTOS_MODE_USER
 #include <ndk/cmfuncs.h>
-#include <ndk/dbgkfuncs.h>
 #include <ndk/exfuncs.h>
 #include <ndk/iofuncs.h>
-#include <ndk/kdtypes.h>
 #include <ndk/kefuncs.h>
 #include <ndk/ldrfuncs.h>
-#include <ndk/lpcfuncs.h>
 #include <ndk/mmfuncs.h>
 #include <ndk/obfuncs.h>
 #include <ndk/psfuncs.h>
 #include "ntdllp.h"
 
 /* CSRSS Headers */
-#include <csr/csrsrv.h>
 #include <csr/csr.h>
 
 /* PSEH */
 #include <pseh/pseh2.h>
 
-/* EOF */
+#endif /* _NTDLL_H */