mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
mshtml: Use VT_ERROR as return type in DispCallFunc call.
This commit is contained in:
parent
253fdf1574
commit
6b0e2c8fdf
@ -1066,7 +1066,7 @@ static HRESULT invoke_builtin_function(DispatchEx *This, func_info_t *func, DISP
|
||||
}
|
||||
|
||||
V_VT(&vhres) = VT_ERROR;
|
||||
hres = DispCallFunc(iface, func->call_vtbl_off*sizeof(void*), CC_STDCALL, VT_HRESULT,
|
||||
hres = DispCallFunc(iface, func->call_vtbl_off*sizeof(void*), CC_STDCALL, VT_ERROR,
|
||||
func->argc + (func->prop_vt == VT_VOID ? 0 : 1), func->arg_types, arg_ptrs, &vhres);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user