Commit 67f7a02f authored by Jérôme Gardou's avatar Jérôme Gardou Committed by Alexandre Julliard

rpcrt4: Properly unmarshall EMUM16 discriminant.

parent 16d77d2a
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment