back out for now

pull/715/head
Rick V 5 years ago
parent 578bcba73d
commit 581e64a2ef
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465

@ -117,7 +117,7 @@ main(int argc, char *argv[])
if(startWinsock())
return -1;
SetConsoleCtrlHandler(handle_signal_win32, TRUE);
SetUnhandledExceptionFilter(win32_signal_handler);
//SetUnhandledExceptionFilter(win32_signal_handler);
#endif
#ifdef LOKINET_DEBUG

@ -572,6 +572,7 @@ SetThreadName(DWORD dwThreadID, LPCSTR szThreadName)
#endif
#ifdef _WIN32
#if 0
// Generate a core dump if we crash. Finally.
// Unix-style, we just leave a file named "core" in
// the user's working directory. Gets overwritten if
@ -673,4 +674,5 @@ __declspec(noreturn) LONG FAR PASCAL win32_signal_handler(EXCEPTION_POINTERS *e)
exit(127);
return 0;
}
#endif
#endif
Loading…
Cancel
Save