[JSCRIPT_WINETEST] Sync with Wine Staging 4.0. CORE-15682

This commit is contained in:
Amine Khaldi 2019-01-26 13:12:15 +01:00
parent 660f7b9090
commit 20f9fb6150
3 changed files with 60 additions and 1 deletions

View file

@ -1316,7 +1316,7 @@ static HRESULT WINAPI Global_InvokeEx(IDispatchEx *iface, DISPID id, LCID lcid,
case DISPID_GLOBAL_TESTARGTYPES: {
VARIANT args[8], v;
DISPPARAMS dp = {args, NULL, sizeof(args)/sizeof(*args), 0};
DISPPARAMS dp = {args, NULL, ARRAY_SIZE(args), 0};
HRESULT hres;
CHECK_EXPECT(global_testargtypes_i);