diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2020-05-20 20:59:46 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2020-07-26 19:57:48 +0200 |
commit | 072fdf348826db6bc75207540c55e8e275227516 (patch) | |
tree | 433cf29095b8796dd737790fa0be693b1b836613 /src/Globals.h | |
parent | 1.14 connection support (diff) | |
download | cuberite-072fdf348826db6bc75207540c55e8e275227516.tar cuberite-072fdf348826db6bc75207540c55e8e275227516.tar.gz cuberite-072fdf348826db6bc75207540c55e8e275227516.tar.bz2 cuberite-072fdf348826db6bc75207540c55e8e275227516.tar.lz cuberite-072fdf348826db6bc75207540c55e8e275227516.tar.xz cuberite-072fdf348826db6bc75207540c55e8e275227516.tar.zst cuberite-072fdf348826db6bc75207540c55e8e275227516.zip |
Diffstat (limited to 'src/Globals.h')
-rw-r--r-- | src/Globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Globals.h b/src/Globals.h index 114991129..2523a4304 100644 --- a/src/Globals.h +++ b/src/Globals.h @@ -57,7 +57,7 @@ #include <stdlib.h> #include <crtdbg.h> #define DEBUG_CLIENTBLOCK new(_CLIENT_BLOCK, __FILE__, __LINE__) - #define new DEBUG_CLIENTBLOCK + // #define new DEBUG_CLIENTBLOCK // For some reason this works magically - each "new X" gets replaced as "new(_CLIENT_BLOCK, "file", line) X" // The CRT has a definition for this operator new that stores the debugging info for leak-finding later. #endif |