提交 8fdd041e 编写于 作者: J jp9000

Revert "UI: Add CoInitializeEx to main() startup"

This reverts commit cb24080d.

This commit is being reverted due to the fact that it breaks common
dialogs such as the open/save file dialogs, the dialogs would cause the
UI thread to lock up.

The plugin that required this will have to be modified to accommodate
this situation.
上级 84429e58
......@@ -1677,8 +1677,6 @@ int main(int argc, char *argv[])
#endif
#ifdef _WIN32
CoInitializeEx(0, COINIT_MULTITHREADED);
load_debug_privilege();
base_set_crash_handler(main_crash_handler, nullptr);
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册