3 #pragma warning(disable:4244)
5 #pragma warning(disable:4267)
7 #pragma warning(disable:4995)
9 // Remove this if you want to see all the "unsafe" functions used
10 // For Release builds _CRT_SECURE_NO_WARNINGS is defined
11 #pragma warning(disable:4996)
15 #define _CRTDBG_MAP_ALLOC // include Microsoft memory leak detection procedures
19 #define DNew new(_NORMAL_BLOCK, __FILE__, __LINE__)
21 #define DNew new(__FILE__, __LINE__)