Merge pull request #20 from jthuraisamy/patch-6

Add runtime version 6.1.7601.24308
This commit is contained in:
silverf0x
2019-01-15 07:44:16 +00:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0x600011DB15D6BLL, //6.1.7601.23915
0x600011DB15E35LL, //6.1.7601.24117
0x600011DB15EC4LL, //6.1.7601.24260
0x600011DB15EE3LL //6.1.7601.24291
0x600011DB15EE3LL, //6.1.7601.24291
0x600011DB15EF4LL //6.1.7601.24308
};
#ifdef _WIN64
+2 -1
View File
@@ -19,7 +19,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0x600011DB15D6BLL, //6.1.7601.23915
0x600011DB15E35LL, //6.1.7601.24117
0x600011DB15EC4LL, //6.1.7601.24260
0x600011DB15EE3LL //6.1.7601.24291
0x600011DB15EE3LL, //6.1.7601.24291
0x600011DB15EF4LL //6.1.7601.24308
};
#define RPC_CORE_DESCRIPTION "Windows 7 SP1 64bits runtime core"