diff --git a/projects/mtg/include/config.h b/projects/mtg/include/config.h index 1b78b4a2c..a90865d0a 100644 --- a/projects/mtg/include/config.h +++ b/projects/mtg/include/config.h @@ -5,9 +5,12 @@ #define TESTSUITE 1 #else #define OutputDebugString(val) {} -#define INT_MAX INT32_MAX #endif + +#include "limits.h" + + #if defined (_DEBUG) && defined (WIN32) #include "crtdbg.h" #define NEW new(_NORMAL_BLOCK, __FILE__, __LINE__)