Commit 9b796515 authored by Mike Hearn's avatar Mike Hearn Committed by Alexandre Julliard

Fix PARAMFLAG_FOUT typo in the tmarshaller.

parent 30e388af
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment