diff options
Diffstat (limited to 'src/pre.hpp')
-rw-r--r-- | src/pre.hpp | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/pre.hpp b/src/pre.hpp index 03c51a94..eefc828d 100644 --- a/src/pre.hpp +++ b/src/pre.hpp @@ -4,15 +4,11 @@ #define CRU_DEBUG #endif -#ifdef CRU_DEBUG -#define CRU_DEBUG_LAYOUT -#endif - +#define NOMINMAX +#define WIN32_LEAN_AND_MEAN #ifdef CRU_DEBUG -// ReSharper disable once IdentifierTypo -// ReSharper disable once CppInconsistentNaming #define _CRTDBG_MAP_ALLOC -#include <cstdlib> #include <crtdbg.h> +#include <cstdlib> #endif |