diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-15 01:36:18 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-15 01:36:18 +0000 |
commit | 8533e24ea001d584308febaf9a65e8d5bece8431 (patch) | |
tree | 7aec1949011ba123cc9da4a7860d41f129511e35 /base | |
parent | 9071859be6c8efdb7d9198635e456dc9193e5564 (diff) | |
download | chromium_src-8533e24ea001d584308febaf9a65e8d5bece8431.zip chromium_src-8533e24ea001d584308febaf9a65e8d5bece8431.tar.gz chromium_src-8533e24ea001d584308febaf9a65e8d5bece8431.tar.bz2 |
Remove outdated widows SDK check
This is breaking vs2012 waterfall fyi bots
Our codebase has now many things that don't compile with ancient
sdks.
TBR=scottmg
BUG=none
TEST=none
Review URL: https://codereview.chromium.org/12720005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188239 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/win/win_util.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/base/win/win_util.cc b/base/win/win_util.cc index 8176bdd..c54a7db 100644 --- a/base/win/win_util.cc +++ b/base/win/win_util.cc @@ -339,12 +339,3 @@ bool DismissVirtualKeyboard() { #endif // _MSC_VER -#ifndef COPY_FILE_COPY_SYMLINK -#error You must install the Windows 2008 or Vista Software Development Kit and \ -set it as your default include path to build this library. You can grab it by \ -searching for "download windows sdk 2008" in your favorite web search engine. \ -Also make sure you register the SDK with Visual Studio, by selecting \ -"Integrate Windows SDK with Visual Studio 2005" from the Windows SDK \ -menu (see Start - All Programs - Microsoft Windows SDK - \ -Visual Studio Registration). -#endif |