From 67696389dec705a58704647e590fe4f74fab0d6c Mon Sep 17 00:00:00 2001 From: Sndav Date: Mon, 25 Oct 2021 22:39:00 +0800 Subject: [PATCH] Add support for 10.0.17763.1577 --- RpcCore/RpcCore4_32bits/RpcInternals.h | 1 + RpcCore/RpcCore4_64bits/RpcInternals.h | 1 + 2 files changed, 2 insertions(+) diff --git a/RpcCore/RpcCore4_32bits/RpcInternals.h b/RpcCore/RpcCore4_32bits/RpcInternals.h index 1b009ad..b8c0101 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -55,6 +55,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA00004563017BLL, //10.0.17763.379 0xA0000456302CFLL, //10.0.17763.719 0xA000045630360LL, //10.0.17763.864 + 0xA000045630629LL, //10.0.17763.1577 0xA0000456306A1LL, //10.0.17763.1697 0xA000045630757LL, //10.0.17763.1879 0xA0000456307CFLL, //10.0.17763.1999 diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index 9de23f0..f58ba8d 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -55,6 +55,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA00004563017BLL, //10.0.17763.379 0xA0000456302CFLL, //10.0.17763.719 0xA000045630360LL, //10.0.17763.864 + 0xA000045630629LL, //10.0.17763.1577 0xA0000456306A1LL, //10.0.17763.1697 0xA000045630757LL, //10.0.17763.1879 0xA0000456307CFLL, //10.0.17763.1999