From dfe93507161a28b77a6d89360752fdec42855c7f Mon Sep 17 00:00:00 2001 From: silverf0x Date: Thu, 14 Nov 2019 20:55:48 +0100 Subject: [PATCH] Add runtime version 10.0.18362.476 --- 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 3fc6dda..fe72a50 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -51,7 +51,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA0000456300C2LL, //10.0.17763.194 0xA00004563017BLL, //10.0.17763.379 0xA0000456302CFLL, //10.0.17763.719 - 0xA000047BA0001LL //10.0.18362.1 + 0xA000047BA0001LL, //10.0.18362.1 + 0xA000047BA01DCLL //10.0.18362.476 }; #ifdef _WIN64 diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index 983b659..f3033ee 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -51,7 +51,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA0000456300C2LL, //10.0.17763.194 0xA00004563017BLL, //10.0.17763.379 0xA0000456302CFLL, //10.0.17763.719 - 0xA000047BA0001LL //10.0.18362.1 + 0xA000047BA0001LL, //10.0.18362.1 + 0xA000047BA01DCLL //10.0.18362.476 }; #define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"