ieproxy: Remove incorrect comments.

The PSFactoryBuffer CLSID does not match the IInternetExplorerManager IID.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2021-07-27 14:55:15 -05:00 committed by Alexandre Julliard
parent f6ef640e0a
commit 760a9d1daa
2 changed files with 2 additions and 2 deletions

View File

@ -26,6 +26,6 @@
[
threading(both),
uuid(a4a1a128-768f-41e0-bf75-e4fddd701cba) /* IInternetExplorerManager */
uuid(a4a1a128-768f-41e0-bf75-e4fddd701cba)
]
coclass PSFactoryBuffer { interface IFactoryBuffer; }

View File

@ -25,6 +25,6 @@
[
threading(both),
uuid(a4a1a128-768f-41e0-bf75-e4fddd701cba) /* IInternetExplorerManager */
uuid(a4a1a128-768f-41e0-bf75-e4fddd701cba)
]
coclass PSFactoryBuffer { interface IFactoryBuffer; }