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

This commit is contained in:
Jacek Caban 2014-07-14 11:57:36 +02:00 committed by Alexandre Julliard
parent 8b8af4bee0
commit cf50d5f700
1 changed files with 2 additions and 0 deletions

View File

@ -946,6 +946,8 @@ static const NodeImplVtbl HTMLTableImplVtbl = {
static const tid_t HTMLTable_iface_tids[] = {
HTMLELEMENT_TIDS,
IHTMLTable_tid,
IHTMLTable2_tid,
IHTMLTable3_tid,
0
};