diff options
Diffstat (limited to 'src/pre.hpp')
-rw-r--r-- | src/pre.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pre.hpp b/src/pre.hpp index dfa0666c..eefc828d 100644 --- a/src/pre.hpp +++ b/src/pre.hpp @@ -4,6 +4,9 @@ #define CRU_DEBUG #endif +#define NOMINMAX +#define WIN32_LEAN_AND_MEAN + #ifdef CRU_DEBUG #define _CRTDBG_MAP_ALLOC #include <crtdbg.h> |