UI: Explicitly initialize the crash handler
This commit is contained in:
parent
121035346f
commit
308b0add47
@ -1887,6 +1887,7 @@ int main(int argc, char *argv[])
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
obs_init_win32_crash_handler();
|
||||
SetErrorMode(SEM_FAILCRITICALERRORS);
|
||||
load_debug_privilege();
|
||||
base_set_crash_handler(main_crash_handler, nullptr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user