Commit bb835ae4 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

rpcrt4: Add ENUM32 support to ComplexStructMemorySize.

parent 9c738061
......@@ -1889,6 +1889,7 @@ static unsigned long ComplexStructMemorySize(PMIDL_STUB_MESSAGE pStubMsg,
break;
case RPC_FC_LONG:
case RPC_FC_ULONG:
case RPC_FC_ENUM32:
size += 4;
pStubMsg->Buffer += 4;
break;
......
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