Fix winsock.h and stdlib.h collision by including windows.h instead

of the previous headers.
This commit is contained in:
Pierre d'Herbemont 2005-06-21 09:43:44 +00:00 committed by Alexandre Julliard
parent 0043504155
commit 321a3e1aa6
1 changed files with 1 additions and 4 deletions

View File

@ -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;