Phil Lodwick : rpcrt4: Support for SMVARRAY in EmbeddedComplexSize.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jul 25 05:09:47 CDT 2006


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

Author: Phil Lodwick <Phil.Lodwick at EFI.COM>
Date:   Fri Jul 14 11:05:39 2006 -0500

rpcrt4: Support for SMVARRAY 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 ac8d52c..9657ab9 100644
--- a/dlls/rpcrt4/ndr_marshall.c
+++ b/dlls/rpcrt4/ndr_marshall.c
@@ -1652,6 +1652,7 @@ static unsigned long EmbeddedComplexSize
   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];




More information about the wine-cvs mailing list