From e56bea547aa0e3ee62ded0bf91e6097f367cc942 Mon Sep 17 00:00:00 2001 From: Jackson Date: Mon, 14 Jan 2019 16:03:27 -0800 Subject: [PATCH] Add runtime version 6.1.7601.24308 --- RpcCore/RpcCore2_32bits/RpcInternals.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RpcCore/RpcCore2_32bits/RpcInternals.h b/RpcCore/RpcCore2_32bits/RpcInternals.h index 741e727..4297888 100644 --- a/RpcCore/RpcCore2_32bits/RpcInternals.h +++ b/RpcCore/RpcCore2_32bits/RpcInternals.h @@ -20,7 +20,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0x600011DB15D6BLL, //6.1.7601.23915 0x600011DB15E35LL, //6.1.7601.24117 0x600011DB15EC4LL, //6.1.7601.24260 - 0x600011DB15EE3LL //6.1.7601.24291 + 0x600011DB15EE3LL, //6.1.7601.24291 + 0x600011DB15EF4LL //6.1.7601.24308 }; #ifdef _WIN64