[PATCH 4/5] jscript: Support VT_UI4 in to_primitive

Detlef Riekenberg wine.dev at web.de
Sun Jun 26 11:28:30 CDT 2011


---
 dlls/jscript/jsutils.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/jscript/jsutils.c b/dlls/jscript/jsutils.c
index 810b303..1ee002a 100644
--- a/dlls/jscript/jsutils.c
+++ b/dlls/jscript/jsutils.c
@@ -187,6 +187,7 @@ HRESULT to_primitive(script_ctx_t *ctx, VARIANT *v, jsexcept_t *ei, VARIANT *ret
     case VT_NULL:
     case VT_BOOL:
     case VT_I4:
+    case VT_UI4:
     case VT_R8:
         *ret = *v;
         break;
-- 
1.7.5.4




More information about the wine-patches mailing list