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:
parent
f6ef640e0a
commit
760a9d1daa
|
@ -26,6 +26,6 @@
|
||||||
|
|
||||||
[
|
[
|
||||||
threading(both),
|
threading(both),
|
||||||
uuid(a4a1a128-768f-41e0-bf75-e4fddd701cba) /* IInternetExplorerManager */
|
uuid(a4a1a128-768f-41e0-bf75-e4fddd701cba)
|
||||||
]
|
]
|
||||||
coclass PSFactoryBuffer { interface IFactoryBuffer; }
|
coclass PSFactoryBuffer { interface IFactoryBuffer; }
|
||||||
|
|
|
@ -25,6 +25,6 @@
|
||||||
|
|
||||||
[
|
[
|
||||||
threading(both),
|
threading(both),
|
||||||
uuid(a4a1a128-768f-41e0-bf75-e4fddd701cba) /* IInternetExplorerManager */
|
uuid(a4a1a128-768f-41e0-bf75-e4fddd701cba)
|
||||||
]
|
]
|
||||||
coclass PSFactoryBuffer { interface IFactoryBuffer; }
|
coclass PSFactoryBuffer { interface IFactoryBuffer; }
|
||||||
|
|
Loading…
Reference in New Issue