summarylogtreecommitdiffstats
path: root/poe-fix.patch
blob: b1561ced47acfe7999a9334cf3c310cf32d40ee7 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/dlls/ole32/compobj.c
+++ b/dlls/ole32/compobj.c
@@ -3217,6 +3217,7 @@
 {
     MULTI_QI multi_qi = { iid };
     HRESULT hres;
+    CoInitialize(NULL);
 
     TRACE("(rclsid=%s, pUnkOuter=%p, dwClsContext=%08x, riid=%s, ppv=%p)\n", debugstr_guid(rclsid),
           pUnkOuter, dwClsContext, debugstr_guid(iid), ppv);