From ddd91d8735df2e5e202b4f839b2e5e1f9cd25fd8 Mon Sep 17 00:00:00 2001 From: silverf0x Date: Sat, 25 Aug 2018 21:33:09 +0200 Subject: [PATCH] Add runtime versions 10.0.17134.112 and 10.0.17134.228 --- RpcCore/RpcCore4_32bits/RpcInternals.h | 4 +++- RpcCore/RpcCore4_64bits/RpcInternals.h | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/RpcCore/RpcCore4_32bits/RpcInternals.h b/RpcCore/RpcCore4_32bits/RpcInternals.h index cafa916..1d63b45 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -32,7 +32,9 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA0000427903E8LL, //10.0.17017.1000 0xA0000428103E8LL, //10.0.17025.1000 0xA000042B203EALL, //10.0.17074.1002 - 0xA000042EE0030LL //10.0.17134.48 + 0xA000042EE0030LL, //10.0.17134.48 + 0xA000042EE0070LL, //10.0.17134.112 + 0xA000042EE00E4LL //10.0.17134.228 }; #ifdef _WIN64 diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index 04c4e30..7fa6eff 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -32,7 +32,9 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA0000427903E8LL, //10.0.17017.1000 0xA0000428103E8LL, //10.0.17025.1000 0xA000042B203EALL, //10.0.17074.1002 - 0xA000042EE0030LL //10.0.17134.48 + 0xA000042EE0030LL, //10.0.17134.48 + 0xA000042EE0070LL, //10.0.17134.112 + 0xA000042EE00E4LL //10.0.17134.228 }; #define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"