summaryrefslogtreecommitdiffhomepage
path: root/FoundationEx/MemDebug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'FoundationEx/MemDebug.cpp')
-rw-r--r--FoundationEx/MemDebug.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/FoundationEx/MemDebug.cpp b/FoundationEx/MemDebug.cpp
index 4f3174f..2a02a2e 100644
--- a/FoundationEx/MemDebug.cpp
+++ b/FoundationEx/MemDebug.cpp
@@ -119,9 +119,9 @@ void __cdecl operator delete(void* p, const char*, int)
::operator delete(p);
}
-#endif _DEBUG
+#endif // _DEBUG
-#endif FOUNDATION_USE_MFC
+#endif // FOUNDATION_USE_MFC
static void heapdump()
{