From 737da5864afe3e066713fd0f82bc5971b32a5e1f Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 14 Feb 2005 11:02:23 +0000 Subject: [PATCH] Tests cannot use wine/debug.h because it does not exist on Windows. --- dlls/winsock/tests/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winsock/tests/protocol.c b/dlls/winsock/tests/protocol.c index 0d6fb620877..ebc9bd7dd5f 100644 --- a/dlls/winsock/tests/protocol.c +++ b/dlls/winsock/tests/protocol.c @@ -25,7 +25,7 @@ #include #include "wine/test.h" -#include "wine/debug.h" + static void test_WSAEnumProtocolsA() {