Fix winsock.h and stdlib.h collision by including windows.h instead
of the previous headers.
This commit is contained in:
parent
0043504155
commit
321a3e1aa6
|
@ -21,10 +21,7 @@
|
|||
#ifndef __WINE_TEST_H
|
||||
#define __WINE_TEST_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <windows.h>
|
||||
|
||||
/* debug level */
|
||||
extern int winetest_debug;
|
||||
|
|
Loading…
Reference in New Issue