Jérôme Gardou : rpcrt4: Properly unmarshall EMUM16 discriminant.

Alexandre Julliard julliard at winehq.org
Tue Aug 30 12:48:36 CDT 2011


Module: wine
Branch: master
Commit: 67f7a02fed8b54667957acdf671a82a2b062b4a4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=67f7a02fed8b54667957acdf671a82a2b062b4a4

Author: Jérôme Gardou <jerome.gardou at laposte.net>
Date:   Mon Aug 29 01:05:19 2011 +0200

rpcrt4: Properly unmarshall EMUM16 discriminant.

---

 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 85d0a3c..f0482e6 100644
--- a/dlls/rpcrt4/ndr_marshall.c
+++ b/dlls/rpcrt4/ndr_marshall.c
@@ -6159,6 +6159,7 @@ static LONG unmarshall_discriminant(PMIDL_STUB_MESSAGE pStubMsg,
     case RPC_FC_WCHAR:
     case RPC_FC_SHORT:
     case RPC_FC_USHORT:
+    case RPC_FC_ENUM16:
     {
         USHORT d;
         align_pointer(&pStubMsg->Buffer, sizeof(USHORT));




More information about the wine-cvs mailing list