Go to the documentation of this file.
7 #ifndef MYGUI_COMMON_H_
8 #define MYGUI_COMMON_H_
22 #if MYGUI_COMPILER == MYGUI_COMPILER_MSVC
23 # ifdef MYGUI_CHECK_MEMORY_LEAKS
24 # define DEBUG_NEW new (_NORMAL_BLOCK, __FILE__, __LINE__)
25 # define new DEBUG_NEW
42 #endif // MYGUI_COMMON_H_