From e71f79cfb1d36b6c4faa3b1c858b8dd2a9356579 Mon Sep 17 00:00:00 2001 From: TogDu Date: Mon, 12 Feb 2018 19:16:41 +0100 Subject: [PATCH] add support for 10.0.17074.1002 TODO add a f** \force flag --- 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 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"