diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-25 02:15:23 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-25 02:15:23 +0000 |
commit | 329554ffb0aee15099fb09b40be4868633d9ca37 (patch) | |
tree | 6c9107756add071cc625f6d2040a3c8dcd0e2283 /build/internal/essential.scons | |
parent | 588315176c74c5fef7daba743108727a9ebfc084 (diff) | |
download | chromium_src-329554ffb0aee15099fb09b40be4868633d9ca37.zip chromium_src-329554ffb0aee15099fb09b40be4868633d9ca37.tar.gz chromium_src-329554ffb0aee15099fb09b40be4868633d9ca37.tar.bz2 |
It was brought to my attention that defining _HAS_TR1=0 helps with Visual Studio 2008 compilation and causes no adverse effect on Visual Studio 2005.
Thanks to Daniel A. White for the tip.
Review URL: http://codereview.chromium.org/12607
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5959 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/internal/essential.scons')
-rw-r--r-- | build/internal/essential.scons | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/internal/essential.scons b/build/internal/essential.scons index 1b5ddf3..e2ffc53 100644 --- a/build/internal/essential.scons +++ b/build/internal/essential.scons @@ -36,6 +36,7 @@ if env['PLATFORM'] == 'win32': 'CERT_CHAIN_PARA_HAS_EXTRA_FIELDS', 'WIN32_LEAN_AND_MEAN', '_SECURE_ATL', + ('_HAS_TR1', 0), ], CPPPATH = [ '$PLATFORMSDK_VISTA/files/Include', |