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"