From c108da277be48accb3c6aaeb4af752a2028069bf Mon Sep 17 00:00:00 2001 From: silverf0x Date: Thu, 7 Jun 2018 21:18:17 +0200 Subject: [PATCH] Add runtime versions 10.0.17134.48 --- RpcCore/RpcCore4_32bits/RpcInternals.h | 1 + RpcCore/RpcCore4_64bits/RpcInternals.h | 1 + 2 files changed, 2 insertions(+) diff --git a/RpcCore/RpcCore4_32bits/RpcInternals.h b/RpcCore/RpcCore4_32bits/RpcInternals.h index fb93b03..cafa916 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -32,6 +32,7 @@ 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 }; #ifdef _WIN64 diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index 93b1529..04c4e30 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -32,6 +32,7 @@ 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 }; #define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"