ChangeSet ID: 21607 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/12/01 11:52:33
Modified files: dlls/msxml3 : domdoc.c element.c msxml_private.h node.c dlls/msxml3/tests: domdoc.c
Log message: Huw Davies huw@codeweavers.com Make the node object aggregatable so that the element object (and in future all of the other node types) can use it.
Patch: http://cvs.winehq.org/patch.py?id=21607
Old revision New revision Changes Path 1.19 1.20 +53 -31 wine/dlls/msxml3/domdoc.c 1.11 1.12 +25 -9 wine/dlls/msxml3/element.c 1.13 1.14 +4 -1 wine/dlls/msxml3/msxml_private.h 1.16 1.17 +121 -38 wine/dlls/msxml3/node.c 1.13 1.14 +15 -6 wine/dlls/msxml3/tests/domdoc.c