clarification

This commit is contained in:
Glenn Maynard
2002-09-07 21:16:53 +00:00
parent 6126abbeeb
commit e4585929aa
+2 -1
View File
@@ -54,7 +54,8 @@ extern long __stdcall CrashHandler(struct _EXCEPTION_POINTERS *ExceptionInfo);
void CrashLog(const char *str);
/* Exactly as advertised. */
/* Exactly as advertised. (This will bring up the crash handler even
* in the debugger.) */
void crash();
#endif