rpcrt4: Support small fixed arrays in EmbeddedComplexSize.
This commit is contained in:
parent
4c4fc14fe9
commit
a8531067c4
|
@ -1651,6 +1651,7 @@ static unsigned long EmbeddedComplexSize(PMIDL_STUB_MESSAGE pStubMsg,
|
|||
case RPC_FC_PSTRUCT:
|
||||
case RPC_FC_CSTRUCT:
|
||||
case RPC_FC_BOGUS_STRUCT:
|
||||
case RPC_FC_SMFARRAY:
|
||||
return *(const WORD*)&pFormat[2];
|
||||
case RPC_FC_USER_MARSHAL:
|
||||
return *(const WORD*)&pFormat[4];
|
||||
|
|
Loading…
Reference in New Issue