]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmick.h
correction of infinity loop at starting
[creaImageIO.git] / src2 / creaImageIOGimmick.h
index 13c2495ca645faf6ab1a7c2d766f1b4a0e0a11bb..0a880875e5280727c533608da706f958c901e203 100644 (file)
@@ -6,12 +6,7 @@
 #include <creaImageIOSynchron.h>
 #include <creaImageIOSettings.h>
 
-#ifdef _RELWITHDEBINFO
-#include <crtdbg.h>
-#define DEBUG_NEW new(_NORMAL_BLOCK ,__FILE__, __LINE__)
-#else
-#define DEBUG_NEW new
-#endif
+
 
 #ifdef _DEBUG
 #include <crtdbg.h>