From 98d12afd7026d412ceafe47bb36ba52554a2618b Mon Sep 17 00:00:00 2001 From: sahils Date: Sun, 12 Feb 2023 23:57:45 +0530 Subject: [PATCH] Added support for rpcrt4.dll version 10.0.19041.1806 (windows 10 19044.2364 - 21H2) --- 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 b8c0101..b4ee7e6 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -71,6 +71,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA00004A61041CLL, //10.0.19041.1052 0xA00004A610439LL, //10.0.19041.1081, 0xA00004A610508LL, //10.0.19041.1288, + 0xA00004A61070ELL, //10.0.19041.1806, 0xA0000536A0001LL, //10.0.21354.1, 0xA000055EC0001LL, //10.0.21996.1, 0xA000055F00001LL //10.0.22000.1 diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index f58ba8d..1c1650a 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -71,6 +71,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA00004A61041CLL, //10.0.19041.1052 0xA00004A610439LL, //10.0.19041.1081, 0xA00004A610508LL, //10.0.19041.1288, + 0xA00004A61070ELL, //10.0.19041.1806, 0xA0000536A0001LL, //10.0.21354.1 0xA000055EC0001LL, //10.0.21996.1, 0xA000055F00001LL //10.0.22000.1