mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
make_ctests: Declare WIN32_LEAN_AND_MEAN when compiling testlist.c.
This commit is contained in:
parent
b8e5e0168a
commit
48cbfd7e4c
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ int main( int argc, const char** argv )
|
|||
fprintf( out,
|
||||
"/* Automatically generated file; DO NOT EDIT!! */\n"
|
||||
"\n"
|
||||
"#define WIN32_LEAN_AND_MEAN\n"
|
||||
"#include <windows.h>\n\n"
|
||||
"#define STANDALONE\n"
|
||||
"#include \"wine/test.h\"\n\n" );
|
||||
|
|
Loading…
Reference in a new issue