From 1093c5ab65a3c911ccb7552a85b28057abe85cf5 Mon Sep 17 00:00:00 2001 From: silverf0x Date: Thu, 1 Nov 2018 15:05:44 +0100 Subject: [PATCH] Add runtime versions 10.0.17763.1 --- 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 3204fee..eb35eb5 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -36,7 +36,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000042EE0001LL, //10.0.17134.1 0xA000042EE0030LL, //10.0.17134.48 0xA000042EE0070LL, //10.0.17134.112 - 0xA000042EE00E4LL //10.0.17134.228 + 0xA000042EE00E4LL, //10.0.17134.228 + 0xA000045630001LL //10.0.17763.1 }; #ifdef _WIN64 diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index 3a46062..ad18798 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -36,7 +36,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000042EE0001LL, //10.0.17134.1 0xA000042EE0030LL, //10.0.17134.48 0xA000042EE0070LL, //10.0.17134.112 - 0xA000042EE00E4LL //10.0.17134.228 + 0xA000042EE00E4LL, //10.0.17134.228 + 0xA000045630001LL //10.0.17763.1 }; #define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"