mshtml: Expose IHTMLInputTextElement2 to scripts.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jacek Caban 2017-06-15 13:48:06 +02:00 committed by Alexandre Julliard
parent 5dee1a3f89
commit 44792c0233
2 changed files with 2 additions and 0 deletions

View File

@ -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 = {

View File

@ -175,6 +175,7 @@ typedef struct EventTarget EventTarget;
XIID(IHTMLImageElementFactory) \
XIID(IHTMLImgElement) \
XIID(IHTMLInputElement) \
XIID(IHTMLInputTextElement2) \
XIID(IHTMLLabelElement) \
XIID(IHTMLLinkElement) \
XIID(IHTMLLocation) \