Fixed compilation with mingwin

This commit is contained in:
Xawotihs@gmail.com
2012-06-01 23:36:18 +00:00
parent 6dafc098cb
commit a8492b7c5a
4 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
#include "limits.h"
#if defined (_DEBUG) && defined (WIN32)
#if defined (_DEBUG) && defined (WIN32) && (!defined LINUX)
#include "crtdbg.h"
#define NEW new(_NORMAL_BLOCK, __FILE__, __LINE__)
#else