From 3eb61e707613b6092e30b31c40aed1f09069aa96 Mon Sep 17 00:00:00 2001 From: TogDu Date: Mon, 30 Oct 2017 18:51:24 +0100 Subject: [PATCH] add support for 6.1.7601.23714 --- 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 5ca830d..fe1ef7b 100644 --- a/RpcCore/RpcCore2_32bits/RpcInternals.h +++ b/RpcCore/RpcCore2_32bits/RpcInternals.h @@ -14,7 +14,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0x600011DB149F5LL, //6.1.7601.18933 0x600011DB149FBLL, //6.1.7601.18939 0x600011DB14ABFLL, //6.1.7601.19135 - 0x600011DB15B7BLL //6.1.7601.23419 + 0x600011DB15B7BLL, //6.1.7601.23419 + 0x600011DB15CA2LL //6.1.7601.23714 }; #ifdef _WIN64 diff --git a/RpcCore/RpcCore2_64bits/RpcInternals.h b/RpcCore/RpcCore2_64bits/RpcInternals.h index 7781751..842e145 100644 --- a/RpcCore/RpcCore2_64bits/RpcInternals.h +++ b/RpcCore/RpcCore2_64bits/RpcInternals.h @@ -13,7 +13,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0x600011DB149F5LL, //6.1.7601.18933 0x600011DB149FBLL, //6.1.7601.18939 0x600011DB14ABFLL, //6.1.7601.19135 - 0x600011DB15B7BLL //6.1.7601.23419 + 0x600011DB15B7BLL, //6.1.7601.23419 + 0x600011DB15CA2LL //6.1.7601.23714 }; #define RPC_CORE_DESCRIPTION "Windows 7 SP1 64bits runtime core"