summarylogtreecommitdiffstats
path: root/poe-fix.patch
diff options
context:
space:
mode:
authorStefan Schmidt2018-09-06 01:07:11 +0200
committerStefan Schmidt2018-09-06 01:09:13 +0200
commit8ee8b902dad843a1b750d9851d7c89d7b0f71eae (patch)
tree7bc90b609fde55e14c382ccc0e913836b8a513ff /poe-fix.patch
parentc73386d10e5d0b1fe0a292b1dfd4904a4a19a30d (diff)
downloadaur-8ee8b902dad843a1b750d9851d7c89d7b0f71eae.tar.gz
Added PoE patch
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);