From fc685d4fbc816469ccfa7720bfc2d18c78566aa5 Mon Sep 17 00:00:00 2001 From: silverf0x Date: Sun, 29 Oct 2017 14:48:33 +0000 Subject: [PATCH] Add support for windows 10 redstone 2 and 3 --- RpcCore/RpcCore4_32bits/RpcInternals.h | 2 ++ RpcCore/RpcCore4_64bits/RpcInternals.h | 3 +++ 2 files changed, 5 insertions(+) diff --git a/RpcCore/RpcCore4_32bits/RpcInternals.h b/RpcCore/RpcCore4_32bits/RpcInternals.h index 2853402..7b33f85 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -22,7 +22,9 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000038390052LL, //10.0.14393.82 0xA00003AD70000LL, //10.0.15063.0 0xA00003AD701BFLL, //10.0.15063.447 + 0xA00003AD702A2LL, //10.0.15063.674 0xA00003F6803E8LL, //10.0.16232.1000 + 0xA00003FAB000FLL, //10.0.16299.15 }; #ifdef _WIN64 diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index 64e46e8..ce5e200 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -19,7 +19,10 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000038190000LL, //10.0.14361.0 0xA000038390000LL, //10.0.14393.0 0xA00003AD70000LL, //10.0.15063.0 + 0xA00003AD701BFLL, //10.0.15063.447 + 0xA00003AD702A2LL, //10.0.15063.674 0xA00003F6803E8LL, //10.0.16232.1000 + 0xA00003FAB000FLL, //10.0.16299.15 }; #define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"