windows-nt/Source/XPSP1/NT/shell/osshell/accesory/mspaint/memtrace.h

7 lines
104 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
// Enable memory leak detection in non-CObject based code.
#ifdef _DEBUG
#define new DEBUG_NEW
#endif