From 25c9d7798ea222f35bdfd08450b6e8f8d19d9997 Mon Sep 17 00:00:00 2001 From: Daniel Hodson <9955333+danielhodson@users.noreply.github.com> Date: Thu, 28 May 2020 18:41:37 +1000 Subject: [PATCH] Add runtime version 10.0.19041.1 --- 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 cda06a0..ff86c0e 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -56,7 +56,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA0000456302CFLL, //10.0.17763.719 0xA000047BA0001LL, //10.0.18362.1 0xA000047BA01DCLL, //10.0.18362.476 - 0xA000047BA0274LL //10.0.18362.628 + 0xA000047BA0274LL, //10.0.18362.628 + 0xA00004A610001LL //10.0.19041.1 }; #ifdef _WIN64 diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index c01980c..a15de6d 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -56,7 +56,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA0000456302CFLL, //10.0.17763.719 0xA000047BA0001LL, //10.0.18362.1 0xA000047BA01DCLL, //10.0.18362.476 - 0xA000047BA0274LL //10.0.18362.628 + 0xA000047BA0274LL, //10.0.18362.628 + 0xA00004A610001LL //10.0.19041.1 }; #define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"