urlmon: Register zone and security manager.

This commit is contained in:
Jacek Caban 2006-07-16 22:29:48 +02:00 committed by Alexandre Julliard
parent ec26cd2704
commit aaef326017

View file

@ -557,6 +557,18 @@ static struct regsvr_coclass const coclass_list[] = {
"urlmon.dll",
"Apartment"
},
{ &CLSID_InternetSecurityManager,
"Security Manager",
NULL,
"urlmon.dll",
"Both"
},
{ &CLSID_InternetZoneManager,
"URL Zone Manager",
NULL,
"urlmon.dll",
"Both"
},
{ NULL } /* list terminator */
};