From 8197fcdb45af18d1841fc523dbd4955222ce623c Mon Sep 17 00:00:00 2001 From: silverf0x Date: Sun, 17 Mar 2019 21:46:40 +0100 Subject: [PATCH] Add runtime version 10.0.17763.648 --- 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 a5bc20c..511546c 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -46,7 +46,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000042EE01D7LL, //10.0.17134.471 0xA000045630001LL, //10.0.17763.1 0xA000045630086LL, //10.0.17763.134 - 0xA0000456300C2LL //10.0.17763.194 + 0xA0000456300C2LL, //10.0.17763.194 + 0xA000045630288LL //10.0.17763.648 }; #ifdef _WIN64 diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index 765c65f..27c2a6a 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -46,7 +46,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000042EE01D7LL, //10.0.17134.471 0xA000045630001LL, //10.0.17763.1 0xA000045630086LL, //10.0.17763.134 - 0xA0000456300C2LL //10.0.17763.194 + 0xA0000456300C2LL, //10.0.17763.194 + 0xA000045630288LL //10.0.17763.648 }; #define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"