Add support for Windows 10 Creators Update

This commit is contained in:
silverf0x
2017-04-26 21:01:50 +02:00
parent d2a30c0874
commit 4fb5db485d
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0xA0000380603E8LL, //10.0.14342.1000
0xA000038190000LL, //10.0.14361.0
0xA000038390000LL, //10.0.14393.0
0xA000038390052LL //10.0.14393.82
0xA000038390052LL, //10.0.14393.82
0xA00003AD70000LL //10.0.15063.138
};
#ifdef _WIN64
+2 -1
View File
@@ -18,7 +18,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0xA0000380603E8LL, //10.0.14342.1000
0xA000038190000LL, //10.0.14361.0
0xA000038390000LL, //10.0.14393.0
0xA000038390052LL //10.0.14393.82
0xA000038390052LL, //10.0.14393.82
0xA00003AD70000LL //10.0.15063.138
};
#define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"