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

failure with generated files on Darwin.
This commit is contained in:
Pierre d'Herbemont 2005-06-24 11:33:46 +00:00 committed by Alexandre Julliard
parent bb562118c0
commit 804d474dd1
1 changed files with 1 additions and 6 deletions

View File

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