Module: wine Branch: master Commit: 3e3a5b187e289db31cca599794c157b32c6d823c URL: http://source.winehq.org/git/wine.git/?a=commit;h=3e3a5b187e289db31cca599794...
Author: Piotr Caban piotr.caban@gmail.com Date: Thu Aug 21 23:37:48 2008 +0200
msxml3: Added queryresult's IDispatchEx implementation.
File dispex.c is copied from mshtml.dll. Jacek helped me to write this patch.
---
dlls/msxml3/Makefile.in | 1 + dlls/msxml3/dispex.c | 630 +++++++++++++++++++++++++++++++++++++++++++ dlls/msxml3/main.c | 87 +------ dlls/msxml3/msxml_private.h | 78 +++++- dlls/msxml3/queryresult.c | 28 ++- 5 files changed, 730 insertions(+), 94 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3e3a5b187e289db31cca59...