From f2eedd35c4a8a155bf63ddae2255e9e3e4213fd2 Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 6 Jul 2021 09:45:56 +0300 Subject: [PATCH] Add support for 10.0.19041.1052 --- RpcCore/RpcCore4_32bits/RpcInternals.h | 5 +++-- RpcCore/RpcCore4_64bits/RpcInternals.h | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/RpcCore/RpcCore4_32bits/RpcInternals.h b/RpcCore/RpcCore4_32bits/RpcInternals.h index 543ef61..04ce1e0 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -65,8 +65,9 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA00004A6101FCLL, //10.0.19041.508 0xA00004A610222LL, //10.0.19041.546 0xA00004A610276LL, //10.0.19041.630 - 0xA00004A610296LL, //10.0.19041.662 - 0xA00004A6102EALL //10.0.19041.746 + 0xA00004A610296LL, //10.0.19041.662 + 0xA00004A6102EALL, //10.0.19041.746 + 0xA00004A61041CLL, //10.0.19041.1052 }; #ifdef _WIN64 diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index a6598d7..55951a8 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -66,7 +66,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA00004A610222LL, //10.0.19041.546 0xA00004A610276LL, //10.0.19041.630 0xA00004A610296LL, //10.0.19041.662 - 0xA00004A6102EALL //10.0.19041.746 + 0xA00004A6102EALL, //10.0.19041.746 + 0xA00004A61041CLL, //10.0.19041.1052 }; #define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"