shdocvw: Added WebBrowser v1 registration.

This commit is contained in:
Jacek Caban 2006-05-23 20:02:31 +02:00 committed by Alexandre Julliard
parent f5660c23ae
commit c0d1f91a7c

View file

@ -506,6 +506,14 @@ static LONG recursive_delete_keyW(HKEY base, WCHAR const *name)
* coclass list
*/
static struct regsvr_coclass const coclass_list[] = {
{ &CLSID_WebBrowser_V1,
"Microsoft Web Browser Version 1",
NULL,
"shdocvw.dll",
"Apartment",
"Shell.Explorer.1",
"Shell.Explorer"
},
{ &CLSID_WebBrowser,
"Microsoft Web Browser",
NULL,