add runtime version 6.1.7601.24291

This commit is contained in:
silverf0x
2018-12-02 13:35:10 +01:00
parent d3564617b1
commit 96c645d8b5
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0x600011DB15CA2LL, //6.1.7601.23714
0x600011DB15D08LL, //6.1.7601.23816
0x600011DB15D6BLL, //6.1.7601.23915
0x600011DB15E35LL //6.1.7601.24117
0x600011DB15E35LL, //6.1.7601.24117
0x600011DB15EE3LL //6.1.7601.24291
};
#ifdef _WIN64
+2 -1
View File
@@ -17,7 +17,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0x600011DB15CA2LL, //6.1.7601.23714
0x600011DB15D08LL, //6.1.7601.23816
0x600011DB15D6BLL, //6.1.7601.23915
0x600011DB15E35LL //6.1.7601.24117
0x600011DB15E35LL, //6.1.7601.24117
0x600011DB15EE3LL //6.1.7601.24291
};
#define RPC_CORE_DESCRIPTION "Windows 7 SP1 64bits runtime core"