Remove the crashdump generation stuff and the associated parameter

It's Windows-exclusive and has never really worked
This commit is contained in:
Alexander Babikov
2022-04-14 04:03:11 +05:00
parent eba088c692
commit c82b9a379c
8 changed files with 1 additions and 261 deletions

View File

@@ -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);