mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
oleaut32: For automatic-value-getting in ITypeInfo::Invoke, it doesn't matter what flag(s) the function was executed with, just what type of function is being invoked.
This commit is contained in:
parent
ab2934781c
commit
bacf5c640f
1 changed files with 1 additions and 1 deletions
|
@ -5806,7 +5806,7 @@ static HRESULT WINAPI ITypeInfo_fnInvoke(
|
|||
}
|
||||
|
||||
if (SUCCEEDED(hres) && pVarResult && (func_desc->cParams == 1) &&
|
||||
(wFlags == INVOKE_PROPERTYGET) &&
|
||||
(func_desc->invkind & INVOKE_PROPERTYGET) &&
|
||||
(func_desc->lprgelemdescParam[0].u.paramdesc.wParamFlags & PARAMFLAG_FRETVAL) &&
|
||||
(pDispParams->cArgs != 0))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue