diff --git a/rtc_base/win/windows_version.cc b/rtc_base/win/windows_version.cc index 72aa5c66b7..8b007ccfbf 100644 --- a/rtc_base/win/windows_version.cc +++ b/rtc_base/win/windows_version.cc @@ -20,14 +20,6 @@ #error VS 2017 Update 3.2 or higher is required #endif -#if !defined(NTDDI_WIN10_RS2) -// Windows 10 Creators Update SDK is required to build Chrome. It is important -// to install the 10.0.15063.468 version, released June 2017, because earlier -// versions had bugs and could not build Chrome. See this link for details: -// https://developercommunity.visualstudio.com/content/problem/42961/15063-sdk-is-broken-bitsh-indirectly-references-no.html -#error Creators Update SDK (10.0.15063.468) required. -#endif - #if !defined(WINUWP) namespace {