Commit 1b04f09b authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Added IHTMLElement6 stub implementation.

parent 09460e6c
......@@ -155,6 +155,7 @@ typedef struct event_target_t event_target_t;
XIID(IHTMLElement2) \
XIID(IHTMLElement3) \
XIID(IHTMLElement4) \
XIID(IHTMLElement6) \
XIID(IHTMLElementCollection) \
XIID(IHTMLEmbedElement) \
XIID(IHTMLEventObj) \
......@@ -717,6 +718,7 @@ typedef struct {
IHTMLElement2 IHTMLElement2_iface;
IHTMLElement3 IHTMLElement3_iface;
IHTMLElement4 IHTMLElement4_iface;
IHTMLElement6 IHTMLElement6_iface;
IHTMLUniqueName IHTMLUniqueName_iface;
IElementSelector IElementSelector_iface;
......
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