Commit 48cbfd7e authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

make_ctests: Declare WIN32_LEAN_AND_MEAN when compiling testlist.c.

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