summaryrefslogtreecommitdiffhomepage
path: root/FoundationEx/MemDebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'FoundationEx/MemDebug.h')
-rw-r--r--FoundationEx/MemDebug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/FoundationEx/MemDebug.h b/FoundationEx/MemDebug.h
index 0bd63da..f8ca60e 100644
--- a/FoundationEx/MemDebug.h
+++ b/FoundationEx/MemDebug.h
@@ -102,11 +102,11 @@ void* __cdecl operator new(unsigned int s);
void __cdecl operator delete(void* p, const char*, int);
-#endif _DEBUG
+#endif // _DEBUG
// +--------------------------------------------------------------------+
-#endif FOUNDATION_USE_MFC
+#endif // FOUNDATION_USE_MFC
-#endif MemDebug_h
+#endif // MemDebug_h