Commit cf50d5f7 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

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

parent 8b8af4be
......@@ -946,6 +946,8 @@ static const NodeImplVtbl HTMLTableImplVtbl = {
static const tid_t HTMLTable_iface_tids[] = {
HTMLELEMENT_TIDS,
IHTMLTable_tid,
IHTMLTable2_tid,
IHTMLTable3_tid,
0
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment