Commit 321a3e1a authored by Pierre d'Herbemont's avatar Pierre d'Herbemont Committed by Alexandre Julliard

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

of the previous headers.
parent 00435041
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment