Commit cdc8e02f authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

msxml3: Use IXMLDOMSelection as a main queryresult interface.

parent 7b30c79c
......@@ -91,6 +91,7 @@ static REFIID tid_ids[] = {
&IID_IXMLDOMParseError,
&IID_IXMLDOMProcessingInstruction,
&IID_IXMLDOMSchemaCollection,
&IID_IXMLDOMSelection,
&IID_IXMLDOMText,
&IID_IXMLElement,
&IID_IXMLDOMDocument,
......
......@@ -85,6 +85,7 @@ typedef enum tid_t {
IXMLDOMParseError_tid,
IXMLDOMProcessingInstruction_tid,
IXMLDOMSchemaCollection_tid,
IXMLDOMSelection_tid,
IXMLDOMText_tid,
IXMLElement_tid,
IXMLDocument_tid,
......
......@@ -366,7 +366,7 @@ static const tid_t queryresult_iface_tids[] = {
};
static dispex_static_data_t queryresult_dispex = {
&queryresult_dispex_vtbl,
IXMLDOMNodeList_tid,
IXMLDOMSelection_tid,
NULL,
queryresult_iface_tids
};
......
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