[PATCH 2/2] ieproxy: Remove incorrect comments.
Zebediah Figura
zfigura at codeweavers.com
Tue Jul 27 14:55:15 CDT 2021
The PSFactoryBuffer CLSID does not match the IInternetExplorerManager IID.
Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
---
Also an error from 448ac0e9c43; I probably misunderstood the purpose of those
comments in other proxy DLLs.
dlls/ieproxy/ieproxy_ieautomation.idl | 2 +-
dlls/ieproxy/ieproxy_perhist.idl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/ieproxy/ieproxy_ieautomation.idl b/dlls/ieproxy/ieproxy_ieautomation.idl
index 9ffe91b7956..f97f176a764 100644
--- a/dlls/ieproxy/ieproxy_ieautomation.idl
+++ b/dlls/ieproxy/ieproxy_ieautomation.idl
@@ -26,6 +26,6 @@
[
threading(both),
- uuid(a4a1a128-768f-41e0-bf75-e4fddd701cba) /* IInternetExplorerManager */
+ uuid(a4a1a128-768f-41e0-bf75-e4fddd701cba)
]
coclass PSFactoryBuffer { interface IFactoryBuffer; }
diff --git a/dlls/ieproxy/ieproxy_perhist.idl b/dlls/ieproxy/ieproxy_perhist.idl
index 12268f55c80..eee7b2ccd27 100644
--- a/dlls/ieproxy/ieproxy_perhist.idl
+++ b/dlls/ieproxy/ieproxy_perhist.idl
@@ -25,6 +25,6 @@
[
threading(both),
- uuid(a4a1a128-768f-41e0-bf75-e4fddd701cba) /* IInternetExplorerManager */
+ uuid(a4a1a128-768f-41e0-bf75-e4fddd701cba)
]
coclass PSFactoryBuffer { interface IFactoryBuffer; }
--
2.30.2
More information about the wine-devel
mailing list