Jacek Caban : msxml3: Store xmlnode structure instead of pointer in node implementations.

Alexandre Julliard julliard at winehq.org
Thu Oct 15 08:54:27 CDT 2009


Module: wine
Branch: master
Commit: 04eff32bbb526fa35642f1b2bae3fc75b52d289f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=04eff32bbb526fa35642f1b2bae3fc75b52d289f

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Oct 14 20:01:42 2009 +0200

msxml3: Store xmlnode structure instead of pointer in node implementations.

---

 dlls/msxml3/attribute.c     |   91 +++++++++++++++++-------------------
 dlls/msxml3/cdata.c         |   99 +++++++++++++++++++---------------------
 dlls/msxml3/comment.c       |  103 ++++++++++++++++++++----------------------
 dlls/msxml3/docfrag.c       |   85 ++++++++++++++++------------------
 dlls/msxml3/domdoc.c        |  107 ++++++++++++++++++++----------------------
 dlls/msxml3/element.c       |   92 +++++++++++++++++--------------------
 dlls/msxml3/entityref.c     |   85 ++++++++++++++++------------------
 dlls/msxml3/msxml_private.h |    2 +-
 dlls/msxml3/node.c          |   39 +++++++--------
 dlls/msxml3/pi.c            |   91 +++++++++++++++++-------------------
 dlls/msxml3/text.c          |   99 +++++++++++++++++++---------------------
 11 files changed, 421 insertions(+), 472 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=04eff32bbb526fa35642f1b2bae3fc75b52d289f



More information about the wine-cvs mailing list