-better fix for psp compilation
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-08 14:11:47 +00:00
parent bc74cea1aa
commit 471da5d9d9

View File

@@ -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__)