Module: wine Branch: master Commit: b26ad412d316ae690a9183ebab38845e00eeba4c URL: http://source.winehq.org/git/wine.git/?a=commit;h=b26ad412d316ae690a9183ebab...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Sat Nov 19 16:33:10 2011 +0300
msxml3: Added common ISupportErrorInfo implementation.
---
dlls/msxml3/attribute.c | 10 ++++ dlls/msxml3/cdata.c | 10 ++++ dlls/msxml3/comment.c | 10 ++++ dlls/msxml3/dispex.c | 18 +++++-- dlls/msxml3/docfrag.c | 10 ++++ dlls/msxml3/domdoc.c | 52 +++---------------- dlls/msxml3/element.c | 10 ++++ dlls/msxml3/entityref.c | 10 ++++ dlls/msxml3/msxml_private.h | 2 + dlls/msxml3/node.c | 91 ++++++++++++++++++++++++++++++++ dlls/msxml3/pi.c | 10 ++++ dlls/msxml3/tests/domdoc.c | 121 +++++++++++++++++++++++++++++++++++++------ 12 files changed, 288 insertions(+), 66 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b26ad412d316ae690a9183...