From 4fb5db485d908b8d7b751c435d0bfad7c7102149 Mon Sep 17 00:00:00 2001 From: silverf0x Date: Wed, 26 Apr 2017 21:01:50 +0200 Subject: [PATCH] Add support for Windows 10 Creators Update --- RpcCore/RpcCore4_32bits/RpcInternals.h | 3 ++- RpcCore/RpcCore4_64bits/RpcInternals.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/RpcCore/RpcCore4_32bits/RpcInternals.h b/RpcCore/RpcCore4_32bits/RpcInternals.h index 8072475..b4698a6 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -19,7 +19,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA0000380603E8LL, //10.0.14342.1000 0xA000038190000LL, //10.0.14361.0 0xA000038390000LL, //10.0.14393.0 - 0xA000038390052LL //10.0.14393.82 + 0xA000038390052LL, //10.0.14393.82 + 0xA00003AD70000LL //10.0.15063.138 }; #ifdef _WIN64 diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index 8ef6ae9..ed571cd 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -18,7 +18,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA0000380603E8LL, //10.0.14342.1000 0xA000038190000LL, //10.0.14361.0 0xA000038390000LL, //10.0.14393.0 - 0xA000038390052LL //10.0.14393.82 + 0xA000038390052LL, //10.0.14393.82 + 0xA00003AD70000LL //10.0.15063.138 }; #define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"