Fix #8860: [Win32] Crashlog window wasn't reliably shown for crashes not on the main thread.
This commit is contained in:
@@ -181,3 +181,7 @@ static void CDECL HandleCrash(int signum)
|
||||
signal(*i, HandleCrash);
|
||||
}
|
||||
}
|
||||
|
||||
/* static */ void CrashLog::InitThread()
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user