From 940bff0824301d8e2e4754b430ce59a8a9ba991a Mon Sep 17 00:00:00 2001 From: silverf0x Date: Mon, 20 Nov 2017 19:48:26 +0100 Subject: [PATCH] Add support for version 10.0.14393.1770 --- 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 5e97eb2..521cbbf 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -20,6 +20,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000038190000LL, //10.0.14361.0 0xA000038390000LL, //10.0.14393.0 0xA000038390052LL, //10.0.14393.82 + 0xA0000383906EALL, //10.0.14393.1770 0xA00003AD70000LL, //10.0.15063.0 0xA00003AD701BFLL, //10.0.15063.447 0xA00003AD702A2LL, //10.0.15063.674 diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index 1e7d5f5..85327aa 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -20,6 +20,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000038190000LL, //10.0.14361.0 0xA000038390000LL, //10.0.14393.0 0xA000038390052LL, //10.0.14393.82 + 0xA0000383906EALL, //10.0.14393.1770 0xA00003AD70000LL, //10.0.15063.0 0xA00003AD701BFLL, //10.0.15063.447 0xA00003AD702A2LL, //10.0.15063.674