add support for 10.0.17074.1002

TODO add a f** \force flag
This commit is contained in:
TogDu 2018-02-12 19:16:41 +01:00
parent af13aed088
commit e71f79cfb1
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0xA00003FAB00C0LL, //10.0.16299.192
0xA0000427903E8LL, //10.0.17017.1000
0xA0000428103E8LL, //10.0.17025.1000
0xA000042B203EALL, //10.0.17074.1002
};
#ifdef _WIN64

View File

@ -29,6 +29,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0xA00003FAB00C0LL, //10.0.16299.192
0xA0000427903E8LL, //10.0.17017.1000
0xA0000428103E8LL, //10.0.17025.1000
0xA000042B203EALL, //10.0.17074.1002
};
#define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"