Tests cannot use wine/debug.h because it does not exist on Windows.

This commit is contained in:
Francois Gouget 2005-02-14 11:02:23 +00:00 committed by Alexandre Julliard
parent a370f3fc0b
commit 737da5864a
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#include <winsock2.h>
#include "wine/test.h"
#include "wine/debug.h"
static void test_WSAEnumProtocolsA()
{