Commit 489c1a8d authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

msxml3: Register missing MXXMLWriter interfaces.

parent e00425e6
......@@ -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 */
};
......
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