diff options
author | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-26 16:06:47 +0000 |
---|---|---|
committer | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-26 16:06:47 +0000 |
commit | a89e09411e25b190474b01305fb6e562cd2361ba (patch) | |
tree | a61249a7b6e55f4180b9ee7bed9d5c65650674f0 /build | |
parent | 33c3f76fb77484e3f5a8b6d1d661defaf23e5efe (diff) | |
download | chromium_src-a89e09411e25b190474b01305fb6e562cd2361ba.zip chromium_src-a89e09411e25b190474b01305fb6e562cd2361ba.tar.gz chromium_src-a89e09411e25b190474b01305fb6e562cd2361ba.tar.bz2 |
Update Windows version macros to Win 7
BUG=92941
Review URL: http://codereview.chromium.org/8004004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102735 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi index d58062d..f85d612 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -2211,8 +2211,8 @@ ['OS=="win"', { 'target_defaults': { 'defines': [ - '_WIN32_WINNT=0x0600', - 'WINVER=0x0600', + '_WIN32_WINNT=0x0601', + 'WINVER=0x0601', 'WIN32', '_WINDOWS', 'NOMINMAX', |