More winsock.h before stdlib.h fixes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



ChangeLog
  Make sure winsock.h gets included before stdlib.h.

Index: dlls/oleaut32/tests/safearray.c
===================================================================
RCS file: /var/cvs/wine/dlls/oleaut32/tests/safearray.c,v
retrieving revision 1.5
diff -u -r1.5 safearray.c
--- dlls/oleaut32/tests/safearray.c	7 Jan 2003 19:40:40 -0000	1.5
+++ dlls/oleaut32/tests/safearray.c	13 May 2003 04:18:01 -0000
@@ -19,6 +19,8 @@
  *
  */
 
+#include <winsock.h>
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>
Index: dlls/oleaut32/tests/vartest.c
===================================================================
RCS file: /var/cvs/wine/dlls/oleaut32/tests/vartest.c,v
retrieving revision 1.8
diff -u -r1.8 vartest.c
--- dlls/oleaut32/tests/vartest.c	13 Jan 2003 18:30:18 -0000	1.8
+++ dlls/oleaut32/tests/vartest.c	13 May 2003 04:35:29 -0000
@@ -56,6 +56,7 @@
  */
 
 
+#include <winsock.h>
 
 #include <stdio.h>
 #include <stdlib.h>


-- 
Dimi.



[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux