0

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:
Nico Weber
2019-07-08 11:12:41 +00:00
committed by Commit Bot
parent e64a3b29b6
commit d99198809d
2 changed files with 3 additions and 4 deletions

@ -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.