Add runtime 10.0.18362.1

This commit is contained in:
Arnaud Gatignol
2019-07-18 22:48:03 +02:00
committed by silverf0x
parent 899a7a7595
commit d53fa65087
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -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
+2 -1
View File
@@ -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"