From 707aa7947c835e718f9c8afcb4db72ae5b4e55b6 Mon Sep 17 00:00:00 2001 From: silverf0x Date: Sat, 6 Jan 2018 20:11:51 +0100 Subject: [PATCH] Add support for version 10.0.16299.192 --- 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 521cbbf..e9b2048 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -26,6 +26,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA00003AD702A2LL, //10.0.15063.674 0xA00003F6803E8LL, //10.0.16232.1000 0xA00003FAB000FLL, //10.0.16299.15 + 0xA00003FAB00C0LL, //10.0.16299.192 0xA0000427903E8LL, //10.0.17017.1000 }; diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index 85327aa..3eee857 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -26,6 +26,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA00003AD702A2LL, //10.0.15063.674 0xA00003F6803E8LL, //10.0.16232.1000 0xA00003FAB000FLL, //10.0.16299.15 + 0xA00003FAB00C0LL, //10.0.16299.192 0xA0000427903E8LL, //10.0.17017.1000 };