[PATCH 2/5] mshtml: Added support for VT_UI2 in IDispatchEx.

Jacek Caban <[email protected]>
Newsgroups gmane.comp.emulators.wine.patches
Message-ID <[email protected]>
Signed-off-by: Jacek Caban <[email protected]>
---
 dlls/mshtml/dispex.c | 1 +
 1 file changed, 1 insertion(+)
0002-mshtml-Added-support-for-VT_UI2-in-IDispatchEx.diff (text/x-patch, 639 B)
diff --git a/dlls/mshtml/dispex.c b/dlls/mshtml/dispex.c
index f434545e8f..e42b068c2f 100644
--- a/dlls/mshtml/dispex.c
+++ b/dlls/mshtml/dispex.c
@@ -206,6 +206,7 @@ HRESULT get_class_typeinfo(const CLSID *clsid, ITypeInfo **typeinfo)
 /* Not all argument types are supported yet */
 #define BUILTIN_ARG_TYPES_SWITCH                        \
     CASE_VT(VT_I2, INT16, V_I2);                        \
+    CASE_VT(VT_UI2, UINT16, V_UI2);                     \
     CASE_VT(VT_I4, INT32, V_I4);                        \
     CASE_VT(VT_R4, float, V_R4);                        \
     CASE_VT(VT_BSTR, BSTR, V_BSTR);                     \
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.