Skip to content

Commit

Permalink
Add support for Windows 10 Version 2004 (May 2020 Update/build 19041)…
Browse files Browse the repository at this point in the history
… (PR #10922)

WinVersion: recognize Windows 10 build 19041 as Version 2004.
COM interfaces/UIA: update to 10.0.19041.
In version 2004, UI Automation Core adds annotation sensitive type.
Windows 10 SDK -> 18362 to 19041
  • Loading branch information
josephsl authored Jun 11, 2020
1 parent 7274f54 commit b79276c
Show file tree
Hide file tree
Showing 3 changed files with 3,911 additions and 3,919 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The following dependencies need to be installed on your system:
* Desktop development with C++
* Then in the Installation details section, under Desktop for C++, Optional grouping, ensure the following are selected:
* MSVC v142 - VS 2019 C++ x64/x86 build tools
* Windows 10 SDK (10.0.18362.0)
* Windows 10 SDK (10.0.19041.0)
* C++ ATL for v142 build tools (x86 & x64)
* C++ Clang tools for Windows
* On the Individual components tab, ensure the following items are selected:
Expand Down
Loading

0 comments on commit b79276c

Please sign in to comment.