Revert "Fix recursive faults in Window crash logger due to message box event loop."

This reverts commit 2b1b7f8b135968cb88d8e65fcb89cdff8d203838.

Replaced by b5ca2161d9.
This commit is contained in:
Jonathan G Rennison
2020-06-01 19:39:37 +01:00
parent b018ebf268
commit 52e0d44c8a
4 changed files with 0 additions and 28 deletions

View File

@@ -19,7 +19,6 @@
#include "../../gamelog.h"
#include "../../saveload/saveload.h"
#include "../../video/video_driver.hpp"
#include "../../openttd.h"
#include "../../screenshot.h"
#include "../../debug.h"
#include "../../settings_type.h"
@@ -618,8 +617,6 @@ void *_safe_esp = nullptr;
static LONG WINAPI ExceptionHandler(EXCEPTION_POINTERS *ep)
{
_in_event_loop_post_crash = true;
if (CrashLogWindows::current != nullptr) {
CrashLog::AfterCrashLogCleanup();
ExitProcess(2);