Robert Shearman : rpcrt4: Support small fixed arrays in EmbeddedComplexSize .

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jul 24 06:55:14 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: a8531067c4af80a904ce2b6b6ed28cadb6f9ddcf
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=a8531067c4af80a904ce2b6b6ed28cadb6f9ddcf

Author: Robert Shearman <rob at 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];




More information about the wine-cvs mailing list