diff --git a/RpcCore/RpcCore4_32bits/RpcInternals.h b/RpcCore/RpcCore4_32bits/RpcInternals.h index 26634b1..3dd3a19 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -29,6 +29,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA00003FAB00C0LL, //10.0.16299.192 0xA0000427903E8LL, //10.0.17017.1000 0xA0000428103E8LL, //10.0.17025.1000 + 0xA000042B203EALL, //10.0.17074.1002 }; #ifdef _WIN64 diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index 3027ea2..e04a5f1 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -29,6 +29,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA00003FAB00C0LL, //10.0.16299.192 0xA0000427903E8LL, //10.0.17017.1000 0xA0000428103E8LL, //10.0.17025.1000 + 0xA000042B203EALL, //10.0.17074.1002 }; #define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"