diff --git a/src/common.cpp b/src/common.cpp index 1fb3afa57..89964309b 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -9,7 +9,7 @@ #if defined(GB_SYSTEM_WINDOWS) -#define NOMINMAX +#define NOMINMAX 1 #define WINDOWS_LEAN_AND_MEAN 1 #define VC_EXTRALEAN 1 #include