msxml3: Added SAXXMLReader registration.

This commit is contained in:
Piotr Caban 2008-04-01 01:44:49 +02:00 committed by Alexandre Julliard
parent 80d67e33b9
commit c1f3339557

View file

@ -555,6 +555,14 @@ static struct regsvr_coclass const coclass_list[] = {
"Msxml2.XMLSchemaCache",
"3.0"
},
{ &CLSID_SAXXMLReader,
"SAX XML Reader",
NULL,
"msxml3.dll",
"Both",
"Msxml2.SAXXMLReader",
"3.0"
},
{ NULL } /* list terminator */
};