From 896a5d4132bb2f33b0d5a2e06788971a7c84f102 Mon Sep 17 00:00:00 2001 From: Jackson Date: Tue, 25 Dec 2018 20:39:43 -0800 Subject: [PATCH 1/2] Add runtime version 10.0.17763.194 --- RpcCore/RpcCore4_64bits/RpcInternals.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RpcCore/RpcCore4_64bits/RpcInternals.h b/RpcCore/RpcCore4_64bits/RpcInternals.h index c955ed3..c14aff7 100644 --- a/RpcCore/RpcCore4_64bits/RpcInternals.h +++ b/RpcCore/RpcCore4_64bits/RpcInternals.h @@ -42,6 +42,7 @@ 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 }; #define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core" @@ -150,4 +151,4 @@ typedef struct _RPC_ADDRESS_T{ #pragma pack() -#endif // _RPC_INTERNALS_H_ \ No newline at end of file +#endif // _RPC_INTERNALS_H_ From 4a3d62d8c48996fd9db0aa519f9557c0f97391e6 Mon Sep 17 00:00:00 2001 From: Jackson Date: Tue, 25 Dec 2018 20:40:52 -0800 Subject: [PATCH 2/2] Add runtime version 10.0.17763.194 --- RpcCore/RpcCore4_32bits/RpcInternals.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RpcCore/RpcCore4_32bits/RpcInternals.h b/RpcCore/RpcCore4_32bits/RpcInternals.h index babd371..e49518e 100644 --- a/RpcCore/RpcCore4_32bits/RpcInternals.h +++ b/RpcCore/RpcCore4_32bits/RpcInternals.h @@ -42,6 +42,7 @@ 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 }; #ifdef _WIN64 @@ -148,4 +149,4 @@ typedef struct _RPC_ADDRESS_T{ #pragma pack() -#endif // _RPC_INTERNALS_H_ \ No newline at end of file +#endif // _RPC_INTERNALS_H_