Merge pull request #1 from quelle-est-ton-IRP-preferee/Win10_16232

Add support for Windows 16232
This commit is contained in:
silverf0x
2017-07-23 22:09:33 +02:00
committed by GitHub
2 changed files with 7 additions and 5 deletions
+4 -2
View File
@@ -18,9 +18,11 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0xA0000295A0132LL, //10.0.10586.306
0xA0000380603E8LL, //10.0.14342.1000
0xA000038190000LL, //10.0.14361.0
0xA000038390000LL, //10.0.14393.0
0xA000038390000LL, //10.0.14393.0
0xA000038390052LL, //10.0.14393.82
0xA00003AD70000LL //10.0.15063.138
0xA00003AD70000LL, //10.0.15063.0
0xA00003AD701BFLL, //10.0.15063.447
0xA00003F6803E8LL, //10.0.16232.1000
};
#ifdef _WIN64
+3 -3
View File
@@ -17,9 +17,9 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0xA0000295A0132LL, //10.0.10586.306
0xA0000380603E8LL, //10.0.14342.1000
0xA000038190000LL, //10.0.14361.0
0xA000038390000LL, //10.0.14393.0
0xA000038390052LL, //10.0.14393.82
0xA00003AD70000LL //10.0.15063.138
0xA000038390000LL, //10.0.14393.0
0xA00003AD70000LL, //10.0.15063.0
0xA00003F6803E8LL, //10.0.16232.1000
};
#define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"