Commit 097ca893 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Add IHTMLElement7 stub implementation.

parent 48e65244
......@@ -188,6 +188,7 @@ typedef struct EventTarget EventTarget;
XIID(IHTMLElement3) \
XIID(IHTMLElement4) \
XIID(IHTMLElement6) \
XIID(IHTMLElement7) \
XIID(IHTMLElementCollection) \
XIID(IHTMLEmbedElement) \
XIID(IHTMLEventObj) \
......@@ -811,6 +812,7 @@ typedef struct {
IHTMLElement3 IHTMLElement3_iface;
IHTMLElement4 IHTMLElement4_iface;
IHTMLElement6 IHTMLElement6_iface;
IHTMLElement7 IHTMLElement7_iface;
IHTMLUniqueName IHTMLUniqueName_iface;
IElementSelector IElementSelector_iface;
IElementTraversal IElementTraversal_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