* Sync up to trunk head (r64921).
[reactos.git] / dll / win32 / ws2help / precomp.h
index d1b8d3a..394a71a 100644 (file)
@@ -4,6 +4,7 @@
  * FILE:        lib/ws2help/precomp.h
  * PURPOSE:     WinSock 2 Helper DLL
  */
+
 #ifndef __PRECOMP_H
 #define __PRECOMP_H
 
@@ -16,6 +17,7 @@
 #define INCL_WINSOCK_API_TYPEDEFS 1
 
 #include <stdarg.h>
+
 #include <windef.h>
 #include <winbase.h>
 #include <winreg.h>
 #include <ws2spi.h>
 
 /* NDK Headers */
-#include <rtlfuncs.h>
-#include <iofuncs.h>
-
-/* Shared Winsock Helper headers */
-#include <ws2help.h>
-#include "wshdrv.h"
+#include <ndk/rtlfuncs.h>
 
 /* Missing definition */
 #define SO_OPENTYPE 0x20
@@ -50,6 +47,4 @@ Ws2helpInitialize(VOID);
 #define WS2HELP_PROLOG() \
     (Ws2helpInitialized? ERROR_SUCCESS : Ws2helpInitialize())
 
-#endif /* __WS2HELP_H */
-
-/* EOF */
+#endif /* __PRECOMP_H */