Zebediah Figura : ieproxy: Remove incorrect comments.

Alexandre Julliard julliard at winehq.org
Tue Aug 3 16:52:23 CDT 2021


Module: wine
Branch: master
Commit: 760a9d1daab032ba5c87a810d922afd2f1d90547
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=760a9d1daab032ba5c87a810d922afd2f1d90547

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Tue Jul 27 14:55:15 2021 -0500

ieproxy: Remove incorrect comments.

The PSFactoryBuffer CLSID does not match the IInternetExplorerManager IID.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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; }




More information about the wine-cvs mailing list