Commit c0d1f91a authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

shdocvw: Added WebBrowser v1 registration.

parent f5660c23
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment