From 8264898cc0005fef28f669a70028c4eab545a45d Mon Sep 17 00:00:00 2001 From: quelle-est-ton-IRP-preferee Date: Thu, 13 Jul 2017 23:33:36 +0200 Subject: [PATCH] Add support for Windows 16232 --- RpcCore/RpcCore4_32bits/RpcInternals.h | 7 +++++-- RpcCore/RpcCore4_64bits/RpcInternals.h | 5 +++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/RpcCore/RpcCore4_32bits/RpcInternals.h b/RpcCore/RpcCore4_32bits/RpcInternals.h index 8072475..2853402 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -18,8 +18,11 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA0000295A0132LL, //10.0.10586.306 0xA0000380603E8LL, //10.0.14342.1000 0xA000038190000LL, //10.0.14361.0 - 0xA000038390000LL, //10.0.14393.0 - 0xA000038390052LL //10.0.14393.82 + 0xA000038390000LL, //10.0.14393.0 + 0xA000038390052LL, //10.0.14393.82 + 0xA00003AD70000LL, //10.0.15063.0 + 0xA00003AD701BFLL, //10.0.15063.447 + 0xA00003F6803E8LL, //10.0.16232.1000 }; #ifdef _WIN64 diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index 8ef6ae9..64e46e8 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -17,8 +17,9 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA0000295A0132LL, //10.0.10586.306 0xA0000380603E8LL, //10.0.14342.1000 0xA000038190000LL, //10.0.14361.0 - 0xA000038390000LL, //10.0.14393.0 - 0xA000038390052LL //10.0.14393.82 + 0xA000038390000LL, //10.0.14393.0 + 0xA00003AD70000LL, //10.0.15063.0 + 0xA00003F6803E8LL, //10.0.16232.1000 }; #define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"