mirror of
https://github.com/reactos/wine.git
synced 2025-02-02 18:25:19 +00:00
shdocvw: Register CLSID_CUrlHistory and CLSID_Internet.
This commit is contained in:
parent
21750e2717
commit
0387821a77
@ -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 */
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user