commit | 7d665672539be9dba5c91765bd82cf39d8e0caac | [log] [tgz] |
---|---|---|
author | Mike McCormack <mike@codeweavers.com> | Mon Jan 16 20:41:34 2006 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jan 16 20:41:34 2006 +0100 |
tree | bd356353df38e6d316ecb89393f537790eb0f836 | |
parent | cb6983fb304756d914565c8cb7d86a68be8f7c2c [diff] [blame] |
programs: Use WIN32_LEAN_AND_MEAN in some more places.
diff --git a/programs/wcmd/builtins.c b/programs/wcmd/builtins.c index a47bc0a..addb3c7 100644 --- a/programs/wcmd/builtins.c +++ b/programs/wcmd/builtins.c
@@ -32,6 +32,8 @@ * - Messages etc need international support */ +#define WIN32_LEAN_AND_MEAN + #include "wcmd.h" void WCMD_execute (char *orig_command, char *parameter, char *substitution);