Module: wine Branch: master Commit: 60f65e331fff487c24a55b6b4a5ec6b95ee3a90a URL: http://source.winehq.org/git/wine.git/?a=commit;h=60f65e331fff487c24a55b6b4a...
Author: Jacek Caban jacek@codeweavers.com Date: Sun Jul 31 13:23:50 2011 +0200
shdocvw: Get rid of MicrosoftBrowserArchitecture registration.
---
dlls/shdocvw/shdocvw_v1.idl | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/dlls/shdocvw/shdocvw_v1.idl b/dlls/shdocvw/shdocvw_v1.idl index 94ef4cd..ad6b72b 100644 --- a/dlls/shdocvw/shdocvw_v1.idl +++ b/dlls/shdocvw/shdocvw_v1.idl @@ -19,12 +19,6 @@ #include "exdisp.idl"
[ - helpstring("Microsoft Browser Architecture"), - threading(apartment), - uuid(a5e46e3a-8849-11d1-9d8c-00c04fc99d61) -] coclass MicrosoftBrowserArchitecture { } - -[ threading(apartment), uuid(871c5380-42a0-1069-a2ea-08002b30309d) ] coclass Internet { }