From daf87dcc993c95fd2abc696ad43e6b2ee86c140a Mon Sep 17 00:00:00 2001 From: silverf0x Date: Sat, 25 Aug 2018 21:48:04 +0200 Subject: [PATCH] Add runtime version 6.1.7601.24117 --- RpcCore/RpcCore2_32bits/RpcInternals.h | 1 + RpcCore/RpcCore2_64bits/RpcInternals.h | 1 + 2 files changed, 2 insertions(+) diff --git a/RpcCore/RpcCore2_32bits/RpcInternals.h b/RpcCore/RpcCore2_32bits/RpcInternals.h index 4ec3c3b..c05bed4 100644 --- a/RpcCore/RpcCore2_32bits/RpcInternals.h +++ b/RpcCore/RpcCore2_32bits/RpcInternals.h @@ -18,6 +18,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0x600011DB15CA2LL, //6.1.7601.23714 0x600011DB15D08LL, //6.1.7601.23816 0x600011DB15D6BLL, //6.1.7601.23915 + 0x600011DB15E35LL //6.1.7601.24117 }; #ifdef _WIN64 diff --git a/RpcCore/RpcCore2_64bits/RpcInternals.h b/RpcCore/RpcCore2_64bits/RpcInternals.h index 431e032..b14cba2 100644 --- a/RpcCore/RpcCore2_64bits/RpcInternals.h +++ b/RpcCore/RpcCore2_64bits/RpcInternals.h @@ -17,6 +17,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0x600011DB15CA2LL, //6.1.7601.23714 0x600011DB15D08LL, //6.1.7601.23816 0x600011DB15D6BLL, //6.1.7601.23915 + 0x600011DB15E35LL //6.1.7601.24117 }; #define RPC_CORE_DESCRIPTION "Windows 7 SP1 64bits runtime core"