summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chromium/base/win/windows_version.cc6
-rw-r--r--chromium/docs/windows_build_instructions.md2
2 files changed, 4 insertions, 4 deletions
diff --git a/chromium/base/win/windows_version.cc b/chromium/base/win/windows_version.cc
index 68410599d41..d5f64fff63b 100644
--- a/chromium/base/win/windows_version.cc
+++ b/chromium/base/win/windows_version.cc
@@ -23,9 +23,9 @@
#error VS 2017 Update 3.2 or higher is required
#endif
-#if !defined(NTDDI_WIN10_RS2)
-// Windows 10 April 2018 SDK is required to build Chrome.
-#error April 2018 SDK (10.0.17134.0) or higher required.
+#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.
#endif
namespace {
diff --git a/chromium/docs/windows_build_instructions.md b/chromium/docs/windows_build_instructions.md
index 5fc56ef0512..28c94080bf2 100644
--- a/chromium/docs/windows_build_instructions.md
+++ b/chromium/docs/windows_build_instructions.md
@@ -48,7 +48,7 @@ $ PATH_TO_INSTALLER.EXE ^
--includeRecommended
```
-You must have the version 10.0.17134 or higher Windows 10 SDK installed. This
+You must have the version 10.0.17763 or higher Windows 10 SDK installed. This
can be installed separately or by checking the appropriate box in the Visual
Studio Installer.