Add runtime versions 10.0.19041.508 and 10.0.19041.546

This commit is contained in:
silverf0x
2020-10-29 11:11:36 +01:00
parent 60569c6e6d
commit 0bec7930eb
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -58,7 +58,9 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0xA000047BA0001LL, //10.0.18362.1
0xA000047BA01DCLL, //10.0.18362.476
0xA000047BA0274LL, //10.0.18362.628
0xA00004A610001LL //10.0.19041.1
0xA00004A610001LL, //10.0.19041.1
0xA00004A6101FCLL, //10.0.19041.508
0xA00004A610222LL //10.0.19041.546
};
#ifdef _WIN64
+3 -1
View File
@@ -58,7 +58,9 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0xA000047BA0001LL, //10.0.18362.1
0xA000047BA01DCLL, //10.0.18362.476
0xA000047BA0274LL, //10.0.18362.628
0xA00004A610001LL //10.0.19041.1
0xA00004A610001LL, //10.0.19041.1
0xA00004A6101FCLL, //10.0.19041.508
0xA00004A610222LL //10.0.19041.546
};
#define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"