rpcrt4: Bump the maximum accepted NDR version.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45699
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Zebediah Figura 2020-04-04 18:15:32 -05:00 committed by Alexandre Julliard
parent 36c5adca37
commit 352a64cbbc
1 changed files with 1 additions and 1 deletions

View File

@ -1614,7 +1614,7 @@ static void do_ndr_async_client_call( const MIDL_STUB_DESC *pStubDesc, PFORMAT_S
RPC_STATUS status;
/* Later NDR language versions probably won't be backwards compatible */
if (pStubDesc->Version > 0x50002)
if (pStubDesc->Version > 0x60001)
{
FIXME("Incompatible stub description version: 0x%x\n", pStubDesc->Version);
RpcRaiseException(RPC_X_WRONG_STUB_VERSION);