rpcrt4: Add ENUM32 support to ComplexStructMemorySize.
This commit is contained in:
parent
9c738061e0
commit
bb835ae438
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue