Add runtime version 10.0.19041.630

This commit is contained in:
silverf0x 2020-11-14 11:38:55 +01:00
parent 0bec7930eb
commit 9f24017edb
2 changed files with 4 additions and 2 deletions

View File

@ -60,7 +60,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0xA000047BA0274LL, //10.0.18362.628
0xA00004A610001LL, //10.0.19041.1
0xA00004A6101FCLL, //10.0.19041.508
0xA00004A610222LL //10.0.19041.546
0xA00004A610222LL, //10.0.19041.546
0xA00004A610276LL //10.0.19041.630
};
#ifdef _WIN64

View File

@ -60,7 +60,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0xA000047BA0274LL, //10.0.18362.628
0xA00004A610001LL, //10.0.19041.1
0xA00004A6101FCLL, //10.0.19041.508
0xA00004A610222LL //10.0.19041.546
0xA00004A610222LL, //10.0.19041.546
0xA00004A610276LL //10.0.19041.630
};
#define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"