Add runtime version 10.0.18362.628

This commit is contained in:
silverf0x
2020-02-16 15:46:30 +01:00
parent e1a7e1f0a6
commit c795134374
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -54,7 +54,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0xA00004563017BLL, //10.0.17763.379
0xA0000456302CFLL, //10.0.17763.719
0xA000047BA0001LL, //10.0.18362.1
0xA000047BA01DCLL //10.0.18362.476
0xA000047BA01DCLL, //10.0.18362.476
0xA000047BA0274LL //10.0.18362.628
};
#ifdef _WIN64
+2 -1
View File
@@ -54,7 +54,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0xA00004563017BLL, //10.0.17763.379
0xA0000456302CFLL, //10.0.17763.719
0xA000047BA0001LL, //10.0.18362.1
0xA000047BA01DCLL //10.0.18362.476
0xA000047BA01DCLL, //10.0.18362.476
0xA000047BA0274LL //10.0.18362.628
};
#define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"