Commit 4f61cd28 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

msxml3: Use separate object for unknown node type implementation.

parent a92e95ea
......@@ -146,7 +146,6 @@ typedef struct _xmlnode
DispatchEx dispex;
const struct IXMLDOMNodeVtbl *lpVtbl;
IXMLDOMNode *iface;
LONG ref;
xmlNodePtr node;
} xmlnode;
......
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