diff options
Diffstat (limited to 'gcc/java/win32-host.c')
-rw-r--r-- | gcc/java/win32-host.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/java/win32-host.c b/gcc/java/win32-host.c index 915b5f6..a6e5309 100644 --- a/gcc/java/win32-host.c +++ b/gcc/java/win32-host.c @@ -24,13 +24,14 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ /* Written by Mohan Embar <gnustuff@thisiscool.com>, March 2003. */ -#ifdef WIN32 #include "config.h" #include "system.h" #include "coretypes.h" #include "jcf.h" +#ifdef WIN32 + #define WIN32_LEAN_AND_MEAN #include <windows.h> #undef WIN32_LEAN_AND_MEAN |