Commit e11f65f6 authored by Alexandre Julliard's avatar Alexandre Julliard

include: Set version to 1.0 for msxml classes.

parent e5f65edf
......@@ -346,6 +346,7 @@ interface IXMLElementNotificationSink : IDispatch
helpstring("Msxml"),
progid("Msxml"),
threading(both),
version(1.0),
uuid(cfc399af-d876-11d0-9c10-00c04fc99c8e)
]
coclass XMLDocument
......
......@@ -740,6 +740,7 @@ dispinterface XMLDOMDocumentEvents
progid("Microsoft.XMLDOM.1.0"),
vi_progid("Microsoft.XMLDOM"),
threading(both),
version(1.0),
uuid(2933bf90-7b36-11d2-b20e-00c04f983e60)
]
coclass DOMDocument
......@@ -753,6 +754,7 @@ coclass DOMDocument
progid("Microsoft.FreeThreadedXMLDOM.1.0"),
vi_progid("Microsoft.FreeThreadedXMLDOM"),
threading(both),
version(1.0),
uuid(2933bf91-7b36-11d2-b20e-00c04f983e60)
]
coclass DOMFreeThreadedDocument
......@@ -821,6 +823,7 @@ interface IXMLHttpRequest : IDispatch
progid("Microsoft.XMLHTTP.1.0"),
vi_progid("Microsoft.XMLHTTP"),
threading(apartment),
version(1.0),
uuid(ed8c108e-4349-11d2-91a4-00c04f7969e8)
]
coclass XMLHTTPRequest
......
......@@ -53,6 +53,7 @@ interface IXMLDSOControl : IDispatch
progid("Microsoft.XMLDSO.1.0"),
vi_progid("Microsoft.XMLDSO"),
threading(apartment),
version(1.0),
uuid(550dda30-0541-11d2-9ca9-0060b0ec3d39)
]
coclass XMLDSOControl
......
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