msxml3: Added SAXXMLReader registration.
authorPiotr Caban <piotr.caban@gmail.com>
Mon, 31 Mar 2008 23:44:49 +0000 (01:44 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 1 Apr 2008 09:29:31 +0000 (11:29 +0200)
dlls/msxml3/regsvr.c

index 1f08150d17497757c6c1b05b8541de4c5628367d..05bf74d1d6f80921bbd3c10e09a9f7880b33fdde 100644 (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 */
 };