From 4cbec1a0c7f54a1f03901d3106864bc76372c0dd Mon Sep 17 00:00:00 2001 From: Jackson Date: Mon, 10 Dec 2018 20:28:44 -0800 Subject: [PATCH] Add runtime version 6.1.7601.24260 --- RpcCore/RpcCore2_64bits/RpcInternals.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RpcCore/RpcCore2_64bits/RpcInternals.h b/RpcCore/RpcCore2_64bits/RpcInternals.h index e146031..ba685a6 100644 --- a/RpcCore/RpcCore2_64bits/RpcInternals.h +++ b/RpcCore/RpcCore2_64bits/RpcInternals.h @@ -16,8 +16,9 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0x600011DB15B7BLL, //6.1.7601.23419 0x600011DB15CA2LL, //6.1.7601.23714 0x600011DB15D08LL, //6.1.7601.23816 - 0x600011DB15D6BLL, //6.1.7601.23915 + 0x600011DB15D6BLL, //6.1.7601.23915 0x600011DB15E35LL, //6.1.7601.24117 + 0x600011DB15EC4LL, //6.1.7601.24260 0x600011DB15EE3LL //6.1.7601.24291 }; @@ -122,4 +123,4 @@ typedef struct _RPC_ADDRESS_T { #pragma pack() -#endif // _RPC_INTERNALS_H_ \ No newline at end of file +#endif // _RPC_INTERNALS_H_