mshtml: Expose IHTMLDocument6 to IDispatch.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
6e2ebcd167
commit
73bdf9d926
|
@ -4781,6 +4781,7 @@ static const tid_t HTMLDocumentNode_iface_tids[] = {
|
|||
IHTMLDocument3_tid,
|
||||
IHTMLDocument4_tid,
|
||||
IHTMLDocument5_tid,
|
||||
IHTMLDocument6_tid,
|
||||
IDocumentSelector_tid,
|
||||
0
|
||||
};
|
||||
|
|
|
@ -143,6 +143,7 @@ typedef struct event_target_t event_target_t;
|
|||
XIID(IHTMLDocument3) \
|
||||
XIID(IHTMLDocument4) \
|
||||
XIID(IHTMLDocument5) \
|
||||
XIID(IHTMLDocument6) \
|
||||
XIID(IHTMLDOMAttribute) \
|
||||
XIID(IHTMLDOMAttribute2) \
|
||||
XIID(IHTMLDOMChildrenCollection) \
|
||||
|
|
Loading…
Reference in New Issue