summaryrefslogtreecommitdiff
path: root/shared/debug_new.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/debug_new.h')
-rw-r--r--shared/debug_new.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/debug_new.h b/shared/debug_new.h
index 73591c45..afa66a55 100644
--- a/shared/debug_new.h
+++ b/shared/debug_new.h
@@ -21,7 +21,6 @@ Usage:
- Include everywhere before any other file: $(ProjectDir)\shared\debug_new.h
For Minidumps:
- Compile "debug_new.cpp"
-- Include library "Dbghelp.lib"
- Compile in Debug build (need Symbols and less restrictive Optimization)
*/
bgstack15