From 9e1e971a1b377fffe213a21b9c812895dc4ba340 Mon Sep 17 00:00:00 2001 From: Thanh Do Date: Fri, 23 Nov 2018 14:40:49 +0700 Subject: [PATCH] add runtime version 10.0.17763.134 --- RpcCore/RpcCore4_32bits/RpcInternals.h | 3 ++- RpcCore/RpcCore4_64bits/RpcInternals.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/RpcCore/RpcCore4_32bits/RpcInternals.h b/RpcCore/RpcCore4_32bits/RpcInternals.h index 92fb07c..25d1f84 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -38,7 +38,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000042EE0070LL, //10.0.17134.112 0xA000042EE00E4LL, //10.0.17134.228 0xA000042EE0197LL, //10.0.17134.407 - 0xA000045630001LL //10.0.17763.1 + 0xA000045630001LL, //10.0.17763.1 + 0xA000045630086LL //10.0.17763.134 }; #ifdef _WIN64 diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index 697c3da..48470c5 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -38,7 +38,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000042EE0070LL, //10.0.17134.112 0xA000042EE00E4LL, //10.0.17134.228 0xA000042EE0197LL, //10.0.17134.407 - 0xA000045630001LL //10.0.17763.1 + 0xA000045630001LL, //10.0.17763.1 + 0xA000045630086LL //10.0.17763.134 }; #define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"