Add support for versions 6.3.9600.18292 and 10.0.17017.1000

This commit is contained in:
silverf0x 2017-11-07 20:22:28 +01:00
parent b8ff63ec59
commit 51e5b1e09f
2 changed files with 5 additions and 1 deletions

View File

@ -4,13 +4,13 @@
#include <windows.h>
#include <Rpc.h>
static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0x6000324D70000LL, //6.3.9431.0000
0x6000325804000LL, //6.3.9600.16384
0x6000325804340LL, //6.3.9600.17216
0x6000325804407LL, //6.3.9600.17415
0x60003258045FFLL, //6.3.9600.17919
0x6000325804774LL, //6.3.9600.18292
0xA000028004000LL, //10.0.10240.16384
0xA00002800401CLL, //10.0.10240.16412
@ -25,6 +25,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0xA00003AD702A2LL, //10.0.15063.674
0xA00003F6803E8LL, //10.0.16232.1000
0xA00003FAB000FLL, //10.0.16299.15
0xA0000427903E8LL, //10.0.17017.1000
};
#ifdef _WIN64

View File

@ -10,6 +10,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0x6000325804340LL, //6.3.9600.17216
0x6000325804407LL, //6.3.9600.17415
0x60003258045FFLL, //6.3.9600.17919
0x6000325804774LL, //6.3.9600.18292
0xA000028004000LL, //10.0.10240.16384
0xA00002800401CLL, //10.0.10240.16412
@ -18,11 +19,13 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0xA0000380603E8LL, //10.0.14342.1000
0xA000038190000LL, //10.0.14361.0
0xA000038390000LL, //10.0.14393.0
0xA000038390052LL, //10.0.14393.82
0xA00003AD70000LL, //10.0.15063.0
0xA00003AD701BFLL, //10.0.15063.447
0xA00003AD702A2LL, //10.0.15063.674
0xA00003F6803E8LL, //10.0.16232.1000
0xA00003FAB000FLL, //10.0.16299.15
0xA0000427903E8LL, //10.0.17017.1000
};
#define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"