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

urlmon: Register zone and security manager.

parent ec26cd27
...@@ -557,6 +557,18 @@ static struct regsvr_coclass const coclass_list[] = { ...@@ -557,6 +557,18 @@ static struct regsvr_coclass const coclass_list[] = {
"urlmon.dll", "urlmon.dll",
"Apartment" "Apartment"
}, },
{ &CLSID_InternetSecurityManager,
"Security Manager",
NULL,
"urlmon.dll",
"Both"
},
{ &CLSID_InternetZoneManager,
"URL Zone Manager",
NULL,
"urlmon.dll",
"Both"
},
{ NULL } /* list terminator */ { 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