Add .keep guard files in order to restore lost but empty directories we had with...
[reactos.git] / dll / win32 / ws2_32 / include / ws2_32.h
index 43edf30..fbd894a 100644 (file)
@@ -1,27 +1,27 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 DLL
- * FILE:        include/ws2_32.h
+ * FILE:        dll/win32/ws2_32/include/ws2_32.h
  * PURPOSE:     WinSock 2 DLL header
  */
+
 #ifndef __WS2_32_H
 #define __WS2_32_H
 
-#include <stdlib.h>
-#include <stdio.h>
+#include <stdarg.h>
 
 #define WIN32_NO_STATUS
 #define _INC_WINDOWS
 #define COM_NO_WINDOWS_H
-#include <stdarg.h>
+
 #include <windef.h>
 #include <winbase.h>
 #include <winnls.h>
 #include <winuser.h>
 #include <ws2spi.h>
-#include <ws2tcpip.h>
 #define NTOS_MODE_USER
 #include <ndk/rtlfuncs.h>
+#include <pseh/pseh2.h>
 
 #include <wsahelp.h>
 
@@ -31,7 +31,6 @@
 
 #include "catalog.h"
 #include "handle.h"
-//#include "upcall.h"
 
 #define EXPORT WINAPI
 
@@ -129,5 +128,3 @@ void free_servent(struct servent* s);
 #endif /* LE */
 
 #endif /* __WS2_32_H */
-
-/* EOF */