make_ctests: Declare WIN32_LEAN_AND_MEAN when compiling testlist.c.

This commit is contained in:
Mike McCormack 2006-01-16 20:38:53 +01:00 committed by Alexandre Julliard
parent b8e5e0168a
commit 48cbfd7e4c

View file

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