Module: wine Branch: master Commit: 8bd54c56e7c556e62cb96c9f8aca863ea6501cb9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8bd54c56e7c556e62cb96c9f8a...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Mon Oct 31 22:09:12 2011 +0300
msxml3: Init IDispatchEx data for all node types.
---
dlls/msxml3/attribute.c | 14 ++++- dlls/msxml3/cdata.c | 14 ++++- dlls/msxml3/comment.c | 14 ++++- dlls/msxml3/docfrag.c | 14 ++++- dlls/msxml3/domdoc.c | 1 - dlls/msxml3/entityref.c | 14 ++++- dlls/msxml3/node.c | 7 +-- dlls/msxml3/pi.c | 14 ++++- dlls/msxml3/tests/domdoc.c | 159 +++++++++++++++++++++++++++++--------------- dlls/msxml3/text.c | 14 ++++- 10 files changed, 197 insertions(+), 68 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=8bd54c56e7c556e62cb96c...