Skip to content

Commit

Permalink
Add support for 10.0.19041.1052
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey authored and silverf0x committed Jul 14, 2021
1 parent 5851a13 commit f2eedd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions RpcCore/RpcCore4_32bits/RpcInternals.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0xA00004A6101FCLL, //10.0.19041.508
0xA00004A610222LL, //10.0.19041.546
0xA00004A610276LL, //10.0.19041.630
0xA00004A610296LL, //10.0.19041.662
0xA00004A6102EALL //10.0.19041.746
0xA00004A610296LL, //10.0.19041.662
0xA00004A6102EALL, //10.0.19041.746
0xA00004A61041CLL, //10.0.19041.1052
};

#ifdef _WIN64
Expand Down
3 changes: 2 additions & 1 deletion RpcCore/RpcCore4_64bits/RpcInternals.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ static UINT64 RPC_CORE_RUNTIME_VERSION[] = {
0xA00004A610222LL, //10.0.19041.546
0xA00004A610276LL, //10.0.19041.630
0xA00004A610296LL, //10.0.19041.662
0xA00004A6102EALL //10.0.19041.746
0xA00004A6102EALL, //10.0.19041.746
0xA00004A61041CLL, //10.0.19041.1052
};

#define RPC_CORE_DESCRIPTION "Windows 10 64bits runtime core"
Expand Down

0 comments on commit f2eedd3

Please sign in to comment.