From a065327a51a5b57088276673ec58dee8d9f8725f Mon Sep 17 00:00:00 2001 From: silverf0x Date: Wed, 14 Nov 2018 08:07:00 +0100 Subject: [PATCH] Add runtime version 10.0.17134.407 --- 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 eb35eb5..92fb07c 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -37,6 +37,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000042EE0030LL, //10.0.17134.48 0xA000042EE0070LL, //10.0.17134.112 0xA000042EE00E4LL, //10.0.17134.228 + 0xA000042EE0197LL, //10.0.17134.407 0xA000045630001LL //10.0.17763.1 }; diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index ad18798..697c3da 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -37,6 +37,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000042EE0030LL, //10.0.17134.48 0xA000042EE0070LL, //10.0.17134.112 0xA000042EE00E4LL, //10.0.17134.228 + 0xA000042EE0197LL, //10.0.17134.407 0xA000045630001LL //10.0.17763.1 };