Module: wine Branch: refs/heads/master Commit: a8531067c4af80a904ce2b6b6ed28cadb6f9ddcf URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=a8531067c4af80a904ce2b6b...
Author: Robert Shearman rob@codeweavers.com Date: Mon Jul 24 11:45:55 2006 +0100
rpcrt4: Support small fixed arrays in EmbeddedComplexSize.
---
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 fe4a248..179d933 100644 --- a/dlls/rpcrt4/ndr_marshall.c +++ b/dlls/rpcrt4/ndr_marshall.c @@ -1651,6 +1651,7 @@ static unsigned long EmbeddedComplexSize 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];