Commit 44792c02 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Expose IHTMLInputTextElement2 to scripts.

parent 5dee1a3f
......@@ -1499,6 +1499,7 @@ static const NodeImplVtbl HTMLInputElementImplVtbl = {
static const tid_t HTMLInputElement_iface_tids[] = {
HTMLELEMENT_TIDS,
IHTMLInputElement_tid,
IHTMLInputTextElement2_tid,
0
};
static dispex_static_data_t HTMLInputElement_dispex = {
......
......@@ -175,6 +175,7 @@ typedef struct EventTarget EventTarget;
XIID(IHTMLImageElementFactory) \
XIID(IHTMLImgElement) \
XIID(IHTMLInputElement) \
XIID(IHTMLInputTextElement2) \
XIID(IHTMLLabelElement) \
XIID(IHTMLLinkElement) \
XIID(IHTMLLocation) \
......
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