rpcrt4: Support for SMVARRAY in EmbeddedComplexSize.

oldstable
Phil Lodwick 2006-07-14 11:05:39 -05:00 committed by Alexandre Julliard
parent 7e90aba97b
commit dd000074fe
1 changed files with 1 additions and 0 deletions

View File

@ -1652,6 +1652,7 @@ static unsigned long EmbeddedComplexSize(PMIDL_STUB_MESSAGE pStubMsg,
case RPC_FC_CSTRUCT:
case RPC_FC_BOGUS_STRUCT:
case RPC_FC_SMFARRAY:
case RPC_FC_SMVARRAY:
return *(const WORD*)&pFormat[2];
case RPC_FC_USER_MARSHAL:
return *(const WORD*)&pFormat[4];