Module: wine Branch: refs/heads/master Commit: bb835ae438070f5f25482cfef9419f894735351e URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=bb835ae438070f5f25482cfe...
Author: Huw Davies huw@codeweavers.com Date: Wed May 31 12:44:13 2006 +0100
rpcrt4: Add ENUM32 support to ComplexStructMemorySize.
---
dlls/rpcrt4/ndr_marshall.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/rpcrt4/ndr_marshall.c b/dlls/rpcrt4/ndr_marshall.c index 438d9e5..582851b 100644 --- a/dlls/rpcrt4/ndr_marshall.c +++ b/dlls/rpcrt4/ndr_marshall.c @@ -1889,6 +1889,7 @@ static unsigned long ComplexStructMemory break; case RPC_FC_LONG: case RPC_FC_ULONG: + case RPC_FC_ENUM32: size += 4; pStubMsg->Buffer += 4; break;