Mike McCormack : make_ctests: Declare WIN32_LEAN_AND_MEAN when compiling testlist.c.
Module: wine Branch: refs/heads/master Commit: 48cbfd7e4c003bb93c02db260ad7b11b8b2550da URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=48cbfd7e4c003bb93c02db26... Author: Mike McCormack <mike(a)codeweavers.com> Date: Mon Jan 16 20:38:53 2006 +0100 make_ctests: Declare WIN32_LEAN_AND_MEAN when compiling testlist.c. --- tools/make_ctests.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/make_ctests.c b/tools/make_ctests.c index 3dd99df..de3ed0e 100644 --- a/tools/make_ctests.c +++ b/tools/make_ctests.c @@ -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" );
participants (1)
-
Alexandre Julliard