فهرست منبع

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

This reverts commit cb24080d7627b0f444c4f1993eb00571f2178e6e.

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.
jp9000 9 سال پیش
والد
کامیت
8fdd041e87
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      obs/obs-app.cpp

+ 0 - 2
obs/obs-app.cpp

@@ -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