2025-04-27 07:49:33 -04:00

7 lines
110 B
C

// Enable memory leak detection in non-CObject based code.
#ifdef _DEBUG
#define new DEBUG_NEW
#endif