missing file

preferencesAboutTextFull
Anatoly Mihalchenko 13 years ago
parent c74e98bc59
commit 166194ca71
  1. 6
      src/core/memcheck.h

@ -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…
Cancel
Save