Module: wine Branch: master Commit: ed908b7b182f29fdd301ab9d4888d5fe63f7ade4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ed908b7b182f29fdd301ab9d48...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Sat Nov 19 19:32:23 2011 +0300
msxml3: Forward IDispatch to IDispatchEx when supported.
---
dlls/msxml3/attribute.c | 51 +++++---------------------------------- dlls/msxml3/cdata.c | 52 +++++----------------------------------- dlls/msxml3/comment.c | 52 +++++----------------------------------- dlls/msxml3/docfrag.c | 52 +++++----------------------------------- dlls/msxml3/doctype.c | 52 +++++----------------------------------- dlls/msxml3/domdoc.c | 58 ++++++--------------------------------------- dlls/msxml3/domimpl.c | 49 +++++--------------------------------- dlls/msxml3/element.c | 52 +++++----------------------------------- dlls/msxml3/entityref.c | 51 +++++---------------------------------- dlls/msxml3/nodemap.c | 47 +++++------------------------------- dlls/msxml3/parseerror.c | 49 +++++--------------------------------- dlls/msxml3/selection.c | 49 +++++--------------------------------- dlls/msxml3/text.c | 52 +++++----------------------------------- 13 files changed, 92 insertions(+), 574 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ed908b7b182f29fdd301ab...