summarylogtreecommitdiffstats
path: root/poe-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'poe-fix.patch')
-rw-r--r--poe-fix.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/poe-fix.patch b/poe-fix.patch
new file mode 100644
index 000000000000..b1561ced47ac
--- /dev/null
+++ b/poe-fix.patch
@@ -0,0 +1,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);