Small winsock changes

Francois Gouget fgouget at free.fr
Tue Aug 28 01:27:18 CDT 2001


   A few more small steps towards the big winsock changes...


Changelog:

 * dlls/icmp/icmp_main.c,
   loader/task.c,
   dlls/wsock32/protocol.c

   Only use winsock2.h in Wine



--
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                     Linux: the choice of a GNU generation
-------------- next part --------------
Index: dlls/icmp/icmp_main.c
===================================================================
RCS file: /home/wine/wine/dlls/icmp/icmp_main.c,v
retrieving revision 1.16
diff -u -r1.16 icmp_main.c
--- dlls/icmp/icmp_main.c	2001/06/19 18:20:48	1.16
+++ dlls/icmp/icmp_main.c	2001/08/28 05:15:48
@@ -46,7 +46,7 @@
 #include "windef.h"
 #include "winbase.h"
 #ifdef ICMP_WIN
-#include "winsock.h"
+#include "winsock2.h"
 #endif
 
 #include "winerror.h"
Index: loader/task.c
===================================================================
RCS file: /home/wine/wine/loader/task.c,v
retrieving revision 1.114
diff -u -r1.114 task.c
--- loader/task.c	2001/07/30 19:01:02	1.114
+++ loader/task.c	2001/08/28 02:47:01
@@ -16,8 +16,7 @@
 #include "wingdi.h"
 #include "winnt.h"
 #include "winuser.h"
-#include "winsock.h"
 
 #include "wine/winbase16.h"
 #include "drive.h"
 #include "file.h"
Index: dlls/wsock32/protocol.c
===================================================================
RCS file: /home/wine/wine/dlls/wsock32/protocol.c,v
retrieving revision 1.5
diff -u -r1.5 protocol.c
--- dlls/wsock32/protocol.c	2001/07/25 00:43:33	1.5
+++ dlls/wsock32/protocol.c	2001/08/28 05:15:53
@@ -12,7 +12,7 @@
 #include "winnls.h"
 #include "wine/unicode.h"
 #include "nspapi.h"
-#include "winsock.h"
+#include "winsock2.h"
 #include "wsipx.h"
 #include "wshisotp.h"
 


More information about the wine-patches mailing list