Change headers to <windows.h> in order to prevent a compilation
failure with generated files on Darwin.
This commit is contained in:
parent
bb562118c0
commit
804d474dd1
|
@ -117,12 +117,7 @@ int main( int argc, const char** argv )
|
||||||
fprintf( out,
|
fprintf( out,
|
||||||
"/* Automatically generated file; DO NOT EDIT!! */\n"
|
"/* Automatically generated file; DO NOT EDIT!! */\n"
|
||||||
"\n"
|
"\n"
|
||||||
"/* stdarg.h is needed for Winelib */\n"
|
"#include <windows.h>\n\n"
|
||||||
"#include <stdarg.h>\n"
|
|
||||||
"#include <stdio.h>\n"
|
|
||||||
"#include <stdlib.h>\n"
|
|
||||||
"#include \"windef.h\"\n"
|
|
||||||
"#include \"winbase.h\"\n\n"
|
|
||||||
"#define STANDALONE\n"
|
"#define STANDALONE\n"
|
||||||
"#include \"wine/test.h\"\n\n" );
|
"#include \"wine/test.h\"\n\n" );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue