diff options
author | crupest <crupest@outlook.com> | 2020-05-24 01:40:02 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-05-24 01:40:02 +0800 |
commit | d86a71f79afe0e4dac768f61d6bff690567aca5b (patch) | |
tree | 4957e9a64c77680deb07201fbd879bf036616dae /src/win/heap_debug.cpp | |
parent | f3a8fd608a9776ef0a5f547da918a32cf6074060 (diff) | |
download | cru-d86a71f79afe0e4dac768f61d6bff690567aca5b.tar.gz cru-d86a71f79afe0e4dac768f61d6bff690567aca5b.tar.bz2 cru-d86a71f79afe0e4dac768f61d6bff690567aca5b.zip |
...
Diffstat (limited to 'src/win/heap_debug.cpp')
-rw-r--r-- | src/win/heap_debug.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/win/heap_debug.cpp b/src/win/heap_debug.cpp deleted file mode 100644 index 33ebae7c..00000000 --- a/src/win/heap_debug.cpp +++ /dev/null @@ -1,11 +0,0 @@ -#include "cru/win/win_pre_config.hpp" - -#include "cru/platform/heap_debug.hpp" - -#include <crtdbg.h> - -namespace cru::platform { -void SetupHeapDebug() { - _CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF); -} -} |