Mike McCormack : make_ctests: Declare WIN32_LEAN_AND_MEAN when compiling testlist.c.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jan 16 14:37:46 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 48cbfd7e4c003bb93c02db260ad7b11b8b2550da
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=48cbfd7e4c003bb93c02db260ad7b11b8b2550da

Author: Mike McCormack <mike at 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" );




More information about the wine-cvs mailing list