Erwan
-better fix for psp compilation
This commit is contained in:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user