Commit 804d474d authored by Pierre d'Herbemont's avatar Pierre d'Herbemont Committed by Alexandre Julliard

Change headers to <windows.h> in order to prevent a compilation

failure with generated files on Darwin.
parent bb562118
......@@ -117,12 +117,7 @@ int main( int argc, const char** argv )
fprintf( out,
"/* Automatically generated file; DO NOT EDIT!! */\n"
"\n"
"/* stdarg.h is needed for Winelib */\n"
"#include <stdarg.h>\n"
"#include <stdio.h>\n"
"#include <stdlib.h>\n"
"#include \"windef.h\"\n"
"#include \"winbase.h\"\n\n"
"#include <windows.h>\n\n"
"#define STANDALONE\n"
"#include \"wine/test.h\"\n\n" );
......
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