From 899a7a75954a846cd36fae402166d72ccd677588 Mon Sep 17 00:00:00 2001 From: silverf0x Date: Thu, 2 May 2019 21:10:13 +0200 Subject: [PATCH] Add runtime 6.1.7601.24408 --- RpcCore/RpcCore2_32bits/RpcInternals.h | 3 ++- RpcCore/RpcCore2_64bits/RpcInternals.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/RpcCore/RpcCore2_32bits/RpcInternals.h b/RpcCore/RpcCore2_32bits/RpcInternals.h index 3c71597..028b968 100644 --- a/RpcCore/RpcCore2_32bits/RpcInternals.h +++ b/RpcCore/RpcCore2_32bits/RpcInternals.h @@ -22,7 +22,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0x600011DB15EC4LL, //6.1.7601.24260 0x600011DB15EE3LL, //6.1.7601.24291 0x600011DB15EF4LL, //6.1.7601.24308 - 0x600011DB15F0FLL //6.1.7601.24335 + 0x600011DB15F0FLL, //6.1.7601.24335 + 0x600011DB15F58LL //6.1.7601.24408 }; #ifdef _WIN64 diff --git a/RpcCore/RpcCore2_64bits/RpcInternals.h b/RpcCore/RpcCore2_64bits/RpcInternals.h index b10b602..c33a84e 100644 --- a/RpcCore/RpcCore2_64bits/RpcInternals.h +++ b/RpcCore/RpcCore2_64bits/RpcInternals.h @@ -21,7 +21,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0x600011DB15EC4LL, //6.1.7601.24260 0x600011DB15EE3LL, //6.1.7601.24291 0x600011DB15EF4LL, //6.1.7601.24308 - 0x600011DB15F0FLL //6.1.7601.24335 + 0x600011DB15F0FLL, //6.1.7601.24335 + 0x600011DB15F58LL //6.1.7601.24408 }; #define RPC_CORE_DESCRIPTION "Windows 7 SP1 64bits runtime core"