parent
c74e98bc59
commit
166194ca71
@ -0,0 +1,6 @@ |
|||||||
|
|
||||||
|
#if defined(WIN32) && defined(_DEBUG) |
||||||
|
#include <cstdlib> |
||||||
|
#define DEBUG_NEW new( _NORMAL_BLOCK, __FILE__, __LINE__ ) |
||||||
|
#define new DEBUG_NEW |
||||||
|
#endif |
Loading…
Reference in new issue