Update Chromium Windows SDK requirement to 10.0.18362.0
See "Requiring a new Windows SDK soon: 10.0.18362.0" thread on chromium-dev. Bug: 970064 Change-Id: I73d1fca15c69ed22f7861121026d1ecb24d2b4f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660814 Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#675199}
This commit is contained in:
@ -23,9 +23,8 @@
|
||||
#error VS 2017 Update 3.2 or higher is required
|
||||
#endif
|
||||
|
||||
#if !defined(NTDDI_WIN10_RS5)
|
||||
// Windows 10 October 2018 SDK is required to build Chrome.
|
||||
#error October 2018 SDK (10.0.17763.0) or higher required.
|
||||
#if !defined(NTDDI_WIN10_19H1)
|
||||
#error Windows 10.0.18362.0 SDK or higher required.
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
|
@ -50,7 +50,7 @@ $ PATH_TO_INSTALLER.EXE ^
|
||||
--includeRecommended
|
||||
```
|
||||
|
||||
You must have the version 10.0.17763 or higher Windows 10 SDK installed. This
|
||||
You must have the version 10.0.18362 or higher Windows 10 SDK installed. This
|
||||
can be installed separately or by checking the appropriate box in the Visual
|
||||
Studio Installer.
|
||||
|
||||
|
Reference in New Issue
Block a user