msxml3: Add IDispatchEx support to IXMLDOMElement

Jacek Caban jacek at codeweavers.com
Mon Aug 31 05:31:12 CDT 2009


Hi Alistair,

Alistair Leslie-Hughes wrote:
> Hi,
>
>
> Changelog:
>     msxml3: Add IDispatchEx support to IXMLDOMElement

+static const tid_t domelem_iface_tids[] = {
+    IXMLDOMNode_tid,
+    IXMLDOMElement_tid,


IXMLDOMElement inherits from IXMLDOMNode, so there is not need to add IXMLDOMNode here.


Jacek




More information about the wine-devel mailing list