提交 308b0add 编写于 作者: Z Zachary Lund

UI: Explicitly initialize the crash handler

上级 12103534
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册