Fix winsock / protcol.c compilation on Windows

Francois Gouget fgouget at codeweavers.com
Fri Feb 11 16:09:50 CST 2005


I guess this was accidental.


Changelog:

  * dlls/winsock/tests/protocol.c

    Francois Gouget <fgouget at codeweavers.com>
    Tests cannot use wine/test.h because it does not exist on Windows.

-- 
Francois Gouget
fgouget at codeweavers.com

-------------- next part --------------
Index: dlls/winsock/tests/protocol.c
===================================================================
RCS file: /var/cvs/wine/dlls/winsock/tests/protocol.c,v
retrieving revision 1.1
diff -u -p -r1.1 protocol.c
--- dlls/winsock/tests/protocol.c	1 Nov 2004 23:18:47 -0000	1.1
+++ dlls/winsock/tests/protocol.c	11 Feb 2005 18:23:47 -0000
@@ -25,7 +25,7 @@
 #include <winsock2.h>
 
 #include "wine/test.h"
-#include "wine/debug.h"
+
 
 static void test_WSAEnumProtocolsA()
 {


More information about the wine-patches mailing list