BWAPI
trunk/bwapi/Debug.h
Go to the documentation of this file.
00001 #ifdef _DEBUG
00002 #define _CRTDBG_MAP_ALLOC
00003 #include <stdlib.h>
00004 #include <crtdbg.h>
00005 
00006 #ifndef DEBUG_NEW
00007 #define DEBUG_NEW new(_NORMAL_BLOCK, __FILE__, __LINE__)
00008 #define new DEBUG_NEW
00009 #endif
00010 #endif
00011 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines