Source code of Windows XP (NT5)
 
 
 
 
 
 

6 lines
104 B

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