From bc74cea1aa7c687ccbd4c965e2d50c8ea721839a Mon Sep 17 00:00:00 2001 From: "wagic.the.homebrew@gmail.com" Date: Tue, 8 Sep 2009 13:23:22 +0000 Subject: [PATCH] Erwan - fix psp compilation --- projects/mtg/include/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/mtg/include/config.h b/projects/mtg/include/config.h index 36e1ae94c..1b78b4a2c 100644 --- a/projects/mtg/include/config.h +++ b/projects/mtg/include/config.h @@ -5,6 +5,7 @@ #define TESTSUITE 1 #else #define OutputDebugString(val) {} +#define INT_MAX INT32_MAX #endif #if defined (_DEBUG) && defined (WIN32)