From 2f1b32269ba06bbacb09ff3f5cd2f927429cec12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Tue, 9 Aug 2011 17:43:37 +0000 Subject: [PATCH] [RPCRT4] - restore lost ros specific change. Thanks Vic. svn path=/trunk/; revision=53152 --- reactos/dll/win32/rpcrt4/ndr_marshall.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/dll/win32/rpcrt4/ndr_marshall.c b/reactos/dll/win32/rpcrt4/ndr_marshall.c index 85d0a3cd85b..f0482e62dd3 100644 --- a/reactos/dll/win32/rpcrt4/ndr_marshall.c +++ b/reactos/dll/win32/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));