diff --git a/RpcCore/RpcCore4_32bits/RpcInternals.h b/RpcCore/RpcCore4_32bits/RpcInternals.h index 1ddc719..836f663 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -47,7 +47,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000042EE0288LL, //10.0.17134.648 0xA000045630001LL, //10.0.17763.1 0xA000045630086LL, //10.0.17763.134 - 0xA0000456300C2LL //10.0.17763.194 + 0xA0000456300C2LL, //10.0.17763.194 + 0xA000045630288LL //10.0.17763.648 }; #ifdef _WIN64 diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index 0e882d7..4152af3 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -47,7 +47,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000042EE0288LL, //10.0.17134.648 0xA000045630001LL, //10.0.17763.1 0xA000045630086LL, //10.0.17763.134 - 0xA0000456300C2LL //10.0.17763.194 + 0xA0000456300C2LL, //10.0.17763.194 + 0xA000045630288LL //10.0.17763.648 }; #define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"