diff options
author | megamage <none@none> | 2009-05-13 18:26:11 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-13 18:26:11 -0500 |
commit | cd2857fc3f36884d6187310a98c6febb2d9b679c (patch) | |
tree | 988ebcabe0cf6be3e830efdf27d9931f1d95c794 | |
parent | 1d6d0f59b55d0a9ac19b0db22b4664010a4dabc0 (diff) |
[7813] Fixed build x64 debug on win. Author: AlexDereka
--HG--
branch : trunk
-rw-r--r-- | src/shared/MemoryLeaks.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/shared/MemoryLeaks.h b/src/shared/MemoryLeaks.h index fcea1f557b1..c8b8fb8e1b1 100644 --- a/src/shared/MemoryLeaks.h +++ b/src/shared/MemoryLeaks.h @@ -31,9 +31,9 @@ //# include <stdlib.h> //# include <crtdbg.h> #else -# define _CRTDBG_MAP_ALLOC -# include <stdlib.h> -# include <crtdbg.h> +//# define _CRTDBG_MAP_ALLOC +//# include <stdlib.h> +//# include <crtdbg.h> #endif #endif |