Remove the crashdump generation stuff and the associated parameter
It's Windows-exclusive and has never really worked
This commit is contained in:
@@ -493,10 +493,6 @@ WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpszArg, int nCmdShow)
|
||||
return(1);
|
||||
}
|
||||
|
||||
/* Enable crash dump services. */
|
||||
if (enable_crashdump)
|
||||
InitCrashDump();
|
||||
|
||||
/* Create console window. */
|
||||
if (force_debug) {
|
||||
CreateConsole(1);
|
||||
|
||||
Reference in New Issue
Block a user