[ros-diffs] [akhaldi] 53216: [WS2_32] * Don't include the whole NDK for just one header.

akhaldi at svn.reactos.org akhaldi at svn.reactos.org
Sat Aug 13 21:39:37 UTC 2011


Author: akhaldi
Date: Sat Aug 13 21:39:37 2011
New Revision: 53216

URL: http://svn.reactos.org/svn/reactos?rev=53216&view=rev
Log:
[WS2_32]
* Don't include the whole NDK for just one header.

Modified:
    trunk/reactos/dll/win32/ws2_32/include/ws2_32.h

Modified: trunk/reactos/dll/win32/ws2_32/include/ws2_32.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ws2_32/include/ws2_32.h?rev=53216&r1=53215&r2=53216&view=diff
==============================================================================
--- trunk/reactos/dll/win32/ws2_32/include/ws2_32.h [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/ws2_32/include/ws2_32.h [iso-8859-1] Sat Aug 13 21:39:37 2011
@@ -9,6 +9,7 @@
 
 #include <ctype.h>
 #include <stdlib.h>
+#include <stdio.h>
 
 #define WIN32_NO_STATUS
 #include <winsock2.h>
@@ -16,7 +17,7 @@
 #include <ws2tcpip.h>
 #include <windows.h>
 #define NTOS_MODE_USER
-#include <ndk/ntndk.h>
+#include <ndk/rtlfuncs.h>
 
 #include <wsahelp.h>
 




More information about the Ros-diffs mailing list