From 51e5b1e09ff544c4fd7525a04ca5b3795c751e4d Mon Sep 17 00:00:00 2001 From: silverf0x Date: Tue, 7 Nov 2017 20:22:28 +0100 Subject: [PATCH] Add support for versions 6.3.9600.18292 and 10.0.17017.1000 --- RpcCore/RpcCore4_32bits/RpcInternals.h | 3 ++- RpcCore/RpcCore4_64bits/RpcInternals.h | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RpcCore/RpcCore4_32bits/RpcInternals.h b/RpcCore/RpcCore4_32bits/RpcInternals.h index 7b33f85..5e97eb2 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -4,13 +4,13 @@ #include #include - static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0x6000324D70000LL, //6.3.9431.0000 0x6000325804000LL, //6.3.9600.16384 0x6000325804340LL, //6.3.9600.17216 0x6000325804407LL, //6.3.9600.17415 0x60003258045FFLL, //6.3.9600.17919 + 0x6000325804774LL, //6.3.9600.18292 0xA000028004000LL, //10.0.10240.16384 0xA00002800401CLL, //10.0.10240.16412 @@ -25,6 +25,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA00003AD702A2LL, //10.0.15063.674 0xA00003F6803E8LL, //10.0.16232.1000 0xA00003FAB000FLL, //10.0.16299.15 + 0xA0000427903E8LL, //10.0.17017.1000 }; #ifdef _WIN64 diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index ce5e200..1e7d5f5 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -10,6 +10,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0x6000325804340LL, //6.3.9600.17216 0x6000325804407LL, //6.3.9600.17415 0x60003258045FFLL, //6.3.9600.17919 + 0x6000325804774LL, //6.3.9600.18292 0xA000028004000LL, //10.0.10240.16384 0xA00002800401CLL, //10.0.10240.16412 @@ -18,11 +19,13 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA0000380603E8LL, //10.0.14342.1000 0xA000038190000LL, //10.0.14361.0 0xA000038390000LL, //10.0.14393.0 + 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 + 0xA0000427903E8LL, //10.0.17017.1000 }; #define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"