Add runtime version 6.1.7601.24335

This commit is contained in:
silverf0x
2019-01-20 17:55:15 +01:00
parent 7302b614ce
commit 02d0fd419a
2 changed files with 7 additions and 5 deletions
+4 -3
View File
@@ -16,12 +16,13 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0x600011DB14ABFLL, //6.1.7601.19135
0x600011DB15B7BLL, //6.1.7601.23419
0x600011DB15CA2LL, //6.1.7601.23714
0x600011DB15D08LL, //6.1.7601.23816
0x600011DB15D6BLL, //6.1.7601.23915
0x600011DB15D08LL, //6.1.7601.23816
0x600011DB15D6BLL, //6.1.7601.23915
0x600011DB15E35LL, //6.1.7601.24117
0x600011DB15EC4LL, //6.1.7601.24260
0x600011DB15EE3LL, //6.1.7601.24291
0x600011DB15EF4LL //6.1.7601.24308
0x600011DB15EF4LL, //6.1.7601.24308
0x600011DB15F0FLL //6.1.7601.24335
};
#ifdef _WIN64
+3 -2
View File
@@ -16,11 +16,12 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0x600011DB15B7BLL, //6.1.7601.23419
0x600011DB15CA2LL, //6.1.7601.23714
0x600011DB15D08LL, //6.1.7601.23816
0x600011DB15D6BLL, //6.1.7601.23915
0x600011DB15D6BLL, //6.1.7601.23915
0x600011DB15E35LL, //6.1.7601.24117
0x600011DB15EC4LL, //6.1.7601.24260
0x600011DB15EE3LL, //6.1.7601.24291
0x600011DB15EF4LL //6.1.7601.24308
0x600011DB15EF4LL, //6.1.7601.24308
0x600011DB15F0FLL //6.1.7601.24335
};
#define RPC_CORE_DESCRIPTION "Windows 7 SP1 64bits runtime core"