mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
Tests cannot use wine/debug.h because it does not exist on Windows.
This commit is contained in:
parent
a370f3fc0b
commit
737da5864a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
#include <winsock2.h>
|
||||
|
||||
#include "wine/test.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
|
||||
static void test_WSAEnumProtocolsA()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue