From d53fa650875456c0f9edf76e33f56d294f75ee61 Mon Sep 17 00:00:00 2001 From: Arnaud Gatignol Date: Thu, 18 Jul 2019 22:48:03 +0200 Subject: [PATCH] Add runtime 10.0.18362.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 d25978c..0061131 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -48,7 +48,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000045630001LL, //10.0.17763.1 0xA000045630086LL, //10.0.17763.134 0xA0000456300C2LL, //10.0.17763.194 - 0xA00004563017BLL //10.0.17763.379 + 0xA00004563017BLL, //10.0.17763.379 + 0xA000047BA0001LL //10.0.18362.1 }; #ifdef _WIN64 diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index 2b001f1..6722d2e 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -48,7 +48,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000045630001LL, //10.0.17763.1 0xA000045630086LL, //10.0.17763.134 0xA0000456300C2LL, //10.0.17763.194 - 0xA00004563017BLL //10.0.17763.379 + 0xA00004563017BLL, //10.0.17763.379 + 0xA000047BA0001LL //10.0.18362.1 }; #define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"