Jacek Caban : mshtml: Added IDispatch support for IHTMLTable[23] interfaces.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jul 14 14:52:32 CDT 2014


Module: wine
Branch: master
Commit: cf50d5f70054c9759f4da89343c0ced62e76643f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=cf50d5f70054c9759f4da89343c0ced62e76643f

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon Jul 14 11:57:36 2014 +0200

mshtml: Added IDispatch support for IHTMLTable[23] interfaces.

---

 dlls/mshtml/htmltable.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dlls/mshtml/htmltable.c b/dlls/mshtml/htmltable.c
index fd7c265..de12537 100644
--- a/dlls/mshtml/htmltable.c
+++ b/dlls/mshtml/htmltable.c
@@ -946,6 +946,8 @@ static const NodeImplVtbl HTMLTableImplVtbl = {
 static const tid_t HTMLTable_iface_tids[] = {
     HTMLELEMENT_TIDS,
     IHTMLTable_tid,
+    IHTMLTable2_tid,
+    IHTMLTable3_tid,
     0
 };
 




More information about the wine-cvs mailing list