[Patch] winsock.h inclusion (take 2)

Pierre d'Herbemont stegefin at free.fr
Mon Jun 20 12:51:08 CDT 2005


Alexandre,

The second try. We'll see if anybody screams ;)

Thanks,

Pierre.

ChangeLog
fix winsock.h and stdlib.h collision by including windows.h instead  
of the previous headers.
-------------- next part --------------
Index: include/wine/test.h
===================================================================
RCS file: /home/wine/wine/include/wine/test.h,v
retrieving revision 1.18
diff -u -r1.18 test.h
--- include/wine/test.h	15 Jun 2005 10:22:59 -0000	1.18
+++ include/wine/test.h	20 Jun 2005 17:44:58 -0000
@@ -21,10 +21,7 @@
 #ifndef __WINE_TEST_H
 #define __WINE_TEST_H
 
-#include <stdarg.h>
-#include <stdlib.h>
-#include <windef.h>
-#include <winbase.h>
+#include <windows.h>
 
 /* debug level */
 extern int winetest_debug;


More information about the wine-patches mailing list