diff options
Diffstat (limited to 'src/i_system.c')
-rw-r--r-- | src/i_system.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i_system.c b/src/i_system.c index 0f2841c9..7a01362f 100644 --- a/src/i_system.c +++ b/src/i_system.c @@ -32,6 +32,7 @@ #include <stdarg.h> #ifdef _WIN32 +#define WIN32_LEAN_AND_MEAN #include <windows.h> #endif |