rpcrt4: Add ENUM32 support to ComplexStructMemorySize.

This commit is contained in:
Huw Davies 2006-05-31 12:44:13 +01:00 committed by Alexandre Julliard
parent 9c738061e0
commit bb835ae438
1 changed files with 1 additions and 0 deletions

View File

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