Add support for version 6.1.7601.23915

This commit is contained in:
silverf0x
2017-11-07 20:21:33 +01:00
parent 30bfa47b8c
commit b8ff63ec59
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0x600011DB149FBLL, //6.1.7601.18939
0x600011DB14ABFLL, //6.1.7601.19135
0x600011DB15B7BLL, //6.1.7601.23419
0x600011DB15CA2LL //6.1.7601.23714
0x600011DB15CA2LL, //6.1.7601.23714
0x600011DB15D6BLL, //6.1.7601.23915
};
#ifdef _WIN64
+2 -1
View File
@@ -14,7 +14,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0x600011DB149FBLL, //6.1.7601.18939
0x600011DB14ABFLL, //6.1.7601.19135
0x600011DB15B7BLL, //6.1.7601.23419
0x600011DB15CA2LL //6.1.7601.23714
0x600011DB15CA2LL, //6.1.7601.23714
0x600011DB15D6BLL, //6.1.7601.23915
};
#define RPC_CORE_DESCRIPTION "Windows 7 SP1 64bits runtime core"