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:
parent
5dee1a3f89
commit
44792c0233
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue