Commit 0387821a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shdocvw: Register CLSID_CUrlHistory and CLSID_Internet.

parent 21750e27
......@@ -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 */
};
......
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