msxml3: Register missing MXXMLWriter interfaces.

This commit is contained in:
Alistair Leslie-Hughes 2009-08-12 14:32:06 +10:00 committed by Alexandre Julliard
parent e00425e6c4
commit 489c1a8d43
1 changed files with 26 additions and 0 deletions

View File

@ -572,6 +572,22 @@ static struct regsvr_coclass const coclass_list[] = {
"Msxml2.SAXXMLReader",
"3.0"
},
{ &CLSID_MXXMLWriter,
"IMXWriter interface",
NULL,
"msxml3.dll",
"Both",
"Msxml2.MXXMLWriter",
"3.0"
},
{ &CLSID_MXXMLWriter30,
"IMXWriter interface 3.0",
NULL,
"msxml3.dll",
"Both",
"Msxml2.MXXMLWriter",
"3.0"
},
{ NULL } /* list terminator */
};
@ -671,6 +687,16 @@ static struct progid const progid_list[] = {
&CLSID_SAXXMLReader30,
NULL
},
{ "Msxml2.MXXMLWriter",
"MXXMLWriter",
&CLSID_MXXMLWriter,
"Msxml2.MXXMLWriter.3.0"
},
{ "Msxml2.MXXMLWriter.3.0",
"MXXMLWriter 3.0",
&CLSID_MXXMLWriter30,
NULL
},
{ NULL } /* list terminator */
};