mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:23:10 +00:00
[JSCRIPT_WINETEST] Sync with Wine Staging 4.0. CORE-15682
This commit is contained in:
parent
660f7b9090
commit
20f9fb6150
3 changed files with 60 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue