diff options
| -rw-r--r-- | nt/inc/ms-w32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h index b7dee8a5872..671c9fa9d2b 100644 --- a/nt/inc/ms-w32.h +++ b/nt/inc/ms-w32.h | |||
| @@ -151,7 +151,7 @@ extern char *getenv (); | |||
| 151 | #endif | 151 | #endif |
| 152 | 152 | ||
| 153 | /* Make a leaner executable. */ | 153 | /* Make a leaner executable. */ |
| 154 | #define WIN32_LEAN_AND_MEAN 1 | 154 | #define WIN32_LEAN_AND_MEAN |
| 155 | 155 | ||
| 156 | #include <sys/types.h> | 156 | #include <sys/types.h> |
| 157 | 157 | ||