diff --git a/RpcCore/RpcCore4_32bits/RpcInternals.h b/RpcCore/RpcCore4_32bits/RpcInternals.h index a2a4ae3..e82d04d 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -58,7 +58,9 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000047BA0001LL, //10.0.18362.1 0xA000047BA01DCLL, //10.0.18362.476 0xA000047BA0274LL, //10.0.18362.628 - 0xA00004A610001LL //10.0.19041.1 + 0xA00004A610001LL, //10.0.19041.1 + 0xA00004A6101FCLL, //10.0.19041.508 + 0xA00004A610222LL //10.0.19041.546 }; #ifdef _WIN64 diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index 9e808c9..c873b6b 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -58,7 +58,9 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000047BA0001LL, //10.0.18362.1 0xA000047BA01DCLL, //10.0.18362.476 0xA000047BA0274LL, //10.0.18362.628 - 0xA00004A610001LL //10.0.19041.1 + 0xA00004A610001LL, //10.0.19041.1 + 0xA00004A6101FCLL, //10.0.19041.508 + 0xA00004A610222LL //10.0.19041.546 }; #define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"