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