We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29ccce commit b021b5dCopy full SHA for b021b5d
1 file changed
Sources/NodeEngine/NE_Debug.cpp
@@ -2,12 +2,8 @@
2
#include <assert.h>
3
4
#if defined(DEBUG) && defined(_MSC_VER)
5
- #include <crtdbg.h>
6
#define _CRTDBG_MAP_ALLOC
7
- #ifndef DBG_NEW
8
- #define DBG_NEW new (_NORMAL_BLOCK, __FILE__ ,__LINE__ )
9
- #define new DBG_NEW
10
- #endif
+ #include <crtdbg.h>
11
#endif
12
13
static void Assert (bool condition)
0 commit comments