From 88c179e4e68520d8b336dac35adcca2e77039d5f Mon Sep 17 00:00:00 2001 From: silverf0x Date: Wed, 26 Dec 2018 20:46:07 +0100 Subject: [PATCH] minor fixes --- RpcCore/RpcCore4_32bits/RpcInternals.h | 2 +- RpcCore/RpcCore4_64bits/RpcInternals.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RpcCore/RpcCore4_32bits/RpcInternals.h b/RpcCore/RpcCore4_32bits/RpcInternals.h index e49518e..194d7f4 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -41,7 +41,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000042EE0197LL, //10.0.17134.407 0xA000042EE01D7LL, //10.0.17134.471 0xA000045630001LL, //10.0.17763.1 - 0xA000045630086LL //10.0.17763.134 + 0xA000045630086LL, //10.0.17763.134 0xA0000456300C2LL //10.0.17763.194 }; diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index c14aff7..594c78a 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -41,7 +41,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = { 0xA000042EE0197LL, //10.0.17134.407 0xA000042EE01D7LL, //10.0.17134.471 0xA000045630001LL, //10.0.17763.1 - 0xA000045630086LL //10.0.17763.134 + 0xA000045630086LL, //10.0.17763.134 0xA0000456300C2LL //10.0.17763.194 };