From 9f24017edb95ad5d35ad5ccec1df7c2d32b21c17 Mon Sep 17 00:00:00 2001 From: silverf0x Date: Sat, 14 Nov 2020 11:38:55 +0100 Subject: [PATCH] Add runtime version 10.0.19041.630 --- 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 e82d04d..dd1eb3d 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -60,7 +60,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000047BA0274LL, //10.0.18362.628 0xA00004A610001LL, //10.0.19041.1 0xA00004A6101FCLL, //10.0.19041.508 - 0xA00004A610222LL //10.0.19041.546 + 0xA00004A610222LL, //10.0.19041.546 + 0xA00004A610276LL //10.0.19041.630 }; #ifdef _WIN64 diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index c873b6b..505bbee 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -60,7 +60,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000047BA0274LL, //10.0.18362.628 0xA00004A610001LL, //10.0.19041.1 0xA00004A6101FCLL, //10.0.19041.508 - 0xA00004A610222LL //10.0.19041.546 + 0xA00004A610222LL, //10.0.19041.546 + 0xA00004A610276LL //10.0.19041.630 }; #define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"