rpcrt4: Support small fixed arrays in EmbeddedComplexSize.

This commit is contained in:
Robert Shearman 2006-07-24 11:45:55 +01:00 committed by Alexandre Julliard
parent 4c4fc14fe9
commit a8531067c4
1 changed files with 1 additions and 0 deletions

View File

@ -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];