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