Jacek Caban : mshtml: Expose IHTMLInputTextElement2 to scripts.

Alexandre Julliard julliard at winehq.org
Thu Jun 15 15:34:20 CDT 2017


Module: wine
Branch: master
Commit: 44792c0233524c62037801ed5a1c46a799904c20
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=44792c0233524c62037801ed5a1c46a799904c20

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Jun 15 13:48:06 2017 +0200

mshtml: Expose IHTMLInputTextElement2 to scripts.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/mshtml/htmlinput.c      | 1 +
 dlls/mshtml/mshtml_private.h | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dlls/mshtml/htmlinput.c b/dlls/mshtml/htmlinput.c
index 06b0d09..c45fe01 100644
--- a/dlls/mshtml/htmlinput.c
+++ b/dlls/mshtml/htmlinput.c
@@ -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 = {
diff --git a/dlls/mshtml/mshtml_private.h b/dlls/mshtml/mshtml_private.h
index eceadca..a51631c 100644
--- a/dlls/mshtml/mshtml_private.h
+++ b/dlls/mshtml/mshtml_private.h
@@ -175,6 +175,7 @@ typedef struct EventTarget EventTarget;
     XIID(IHTMLImageElementFactory) \
     XIID(IHTMLImgElement) \
     XIID(IHTMLInputElement) \
+    XIID(IHTMLInputTextElement2) \
     XIID(IHTMLLabelElement) \
     XIID(IHTMLLinkElement) \
     XIID(IHTMLLocation) \




More information about the wine-cvs mailing list