Merge pull request #14 from jthuraisamy/patch-2

Add runtime version 10.0.17763.194
This commit is contained in:
silverf0x 2018-12-26 19:35:25 +00:00 committed by GitHub
commit 66e2f506ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -42,6 +42,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0xA000042EE01D7LL, //10.0.17134.471
0xA000045630001LL, //10.0.17763.1
0xA000045630086LL //10.0.17763.134
0xA0000456300C2LL //10.0.17763.194
};
#ifdef _WIN64

View File

@ -42,6 +42,7 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0xA000042EE01D7LL, //10.0.17134.471
0xA000045630001LL, //10.0.17763.1
0xA000045630086LL //10.0.17763.134
0xA0000456300C2LL //10.0.17763.194
};
#define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"