summaryrefslogtreecommitdiff
path: root/src/allocators
diff options
context:
space:
mode:
Diffstat (limited to 'src/allocators')
-rw-r--r--src/allocators/win32_leakcheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/win32_leakcheck.c b/src/allocators/win32_leakcheck.c
index 3be45cae6..fe06a14af 100644
--- a/src/allocators/win32_leakcheck.c
+++ b/src/allocators/win32_leakcheck.c
@@ -7,7 +7,7 @@
#include "win32_leakcheck.h"
-#if defined(GIT_MSVC_CRTDBG)
+#if defined(GIT_WIN32_LEAKCHECK)
#include "win32/w32_leakcheck.h"