diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2020-07-12 18:43:22 +0100 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2020-11-21 21:54:13 +0000 |
| commit | 8aed4629b13a5335c0d84792a61c303274f1e09c (patch) | |
| tree | 432e59472be6bba687c3413cd6736b2ae0a43eee /src/allocators | |
| parent | 51825c4f39af069d413fdb6cc661e53c4b63ad47 (diff) | |
| download | libgit2-8aed4629b13a5335c0d84792a61c303274f1e09c.tar.gz | |
cmake: rename MSVC_CRTDBG to WIN32_LEAKCHECK
Diffstat (limited to 'src/allocators')
| -rw-r--r-- | src/allocators/win32_leakcheck.c | 2 |
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" |
