aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-13 18:26:11 -0500
committermegamage <none@none>2009-05-13 18:26:11 -0500
commitcd2857fc3f36884d6187310a98c6febb2d9b679c (patch)
tree988ebcabe0cf6be3e830efdf27d9931f1d95c794
parent1d6d0f59b55d0a9ac19b0db22b4664010a4dabc0 (diff)
[7813] Fixed build x64 debug on win. Author: AlexDereka
--HG-- branch : trunk
-rw-r--r--src/shared/MemoryLeaks.h6
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