shdocvw: Register CLSID_CUrlHistory and CLSID_Internet.

This commit is contained in:
Francois Gouget 2006-08-09 18:50:38 +02:00 committed by Alexandre Julliard
parent 21750e2717
commit 0387821a77
1 changed files with 18 additions and 0 deletions

View File

@ -602,6 +602,24 @@ static struct regsvr_coclass const coclass_list[] = {
NULL,
NULL
},
{
&CLSID_CUrlHistory,
"Microsoft Url History Service",
NULL,
"shdocvw.dll",
"Apartment",
NULL,
NULL
},
{
&CLSID_Internet,
"Internet Explorer",
NULL,
"shdocvw.dll",
"Apartment",
NULL,
NULL
},
{ NULL } /* list terminator */
};