Add runtime versions 10.0.17763.1

This commit is contained in:
silverf0x
2018-11-01 15:05:44 +01:00
parent 9bd35cdb84
commit 1093c5ab65
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -36,7 +36,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0xA000042EE0001LL, //10.0.17134.1
0xA000042EE0030LL, //10.0.17134.48
0xA000042EE0070LL, //10.0.17134.112
0xA000042EE00E4LL //10.0.17134.228
0xA000042EE00E4LL, //10.0.17134.228
0xA000045630001LL //10.0.17763.1
};
#ifdef _WIN64
+2 -1
View File
@@ -36,7 +36,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0xA000042EE0001LL, //10.0.17134.1
0xA000042EE0030LL, //10.0.17134.48
0xA000042EE0070LL, //10.0.17134.112
0xA000042EE00E4LL //10.0.17134.228
0xA000042EE00E4LL, //10.0.17134.228
0xA000045630001LL //10.0.17763.1
};
#define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"