summaryrefslogtreecommitdiffhomepage
path: root/FoundationEx/MemDebug.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-10-02 00:32:11 +0200
committerAki <please@ignore.pl>2021-10-02 00:32:11 +0200
commit309d3544ca7ab144fa5c60f1cf83b38f17d070b7 (patch)
treeaabda583f0a3ae2bd11879729da62b7c2ebc357f /FoundationEx/MemDebug.h
parent7a0ecea108c41c85af1ce8e3f4a98089bff9aa86 (diff)
downloadstarshatter-309d3544ca7ab144fa5c60f1cf83b38f17d070b7.zip
starshatter-309d3544ca7ab144fa5c60f1cf83b38f17d070b7.tar.gz
starshatter-309d3544ca7ab144fa5c60f1cf83b38f17d070b7.tar.bz2
Streamlined file and guard endings in Foundation and NetEx
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