mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[RPCRT4]
- restore lost ros specific change. Thanks Vic. svn path=/trunk/; revision=53152
This commit is contained in:
parent
bb14fcf0ac
commit
2f1b32269b
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue