Module: wine Branch: master Commit: 6e76c894e8a38e6039bfba1cca5e343c26b44118 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6e76c894e8a38e6039bfba1cca...
Author: Jacek Caban jacek@codeweavers.com Date: Tue Sep 7 15:28:21 2010 +0200
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_nodeType and get_nodeParent implementations.
---
dlls/msxml3/attribute.c | 6 +++++- dlls/msxml3/cdata.c | 11 +++++++++-- dlls/msxml3/comment.c | 11 +++++++++-- dlls/msxml3/docfrag.c | 11 +++++++++-- dlls/msxml3/domdoc.c | 11 +++++++++-- dlls/msxml3/element.c | 11 +++++++++-- dlls/msxml3/entityref.c | 11 +++++++++-- dlls/msxml3/msxml_private.h | 1 + dlls/msxml3/node.c | 29 +++++++++++++++-------------- dlls/msxml3/pi.c | 11 +++++++++-- dlls/msxml3/text.c | 11 +++++++++-- 11 files changed, 93 insertions(+), 31 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=6e76c894e8a38e6039bfba...