Fix PARAMFLAG_FOUT typo in the tmarshaller.

This commit is contained in:
Mike Hearn 2005-03-25 16:38:37 +00:00 committed by Alexandre Julliard
parent 30e388af51
commit 9b79651579
1 changed files with 1 additions and 1 deletions

View File

@ -1781,7 +1781,7 @@ TMStubImpl_Invoke(
if (!lstrcmpW(names[i+1],ppvObjectW)) {
hres = deserialize_LPVOID_ptr(
This->tinfo,
elem->u.paramdesc.wParamFlags & PARAMFLAG_FOUT,
elem->u.paramdesc.wParamFlags & PARAMFLAG_FIN,
FALSE,
TRUE,
&elem->tdesc,