aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGeoff Lang <geofflang@chromium.org>2014-04-17 11:45:24 -0400
committerGeoff Lang <geofflang@chromium.org>2014-04-17 16:49:16 +0000
commit3b5c4be2989b49700a31e519113742ed0a8ef53c (patch)
treedf7cde87b541bbe18e090954a3bd1e040da06d0a /build
parent4305fea16bc6f3d112e0f3234087a79eeefd21f6 (diff)
downloadangle-3b5c4be2989b49700a31e519113742ed0a8ef53c.tar.gz
Remove forced windows version macros.
These macros were causing conflicts when chrome redefines them and since we don't rely on any specific windows versions, we can remove them. BUG=angle:568 Change-Id: Ie6bf31d03cea07bf2a71ffa6d815dad2b4d204f8 Reviewed-on: https://chromium-review.googlesource.com/195364 Reviewed-by: Shannon Woods <shannonwoods@chromium.org> Reviewed-by: Jamie Madill <jmadill@chromium.org> Tested-by: Geoff Lang <geofflang@chromium.org>
Diffstat (limited to 'build')
-rw-r--r--build/common_defines.gypi2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/common_defines.gypi b/build/common_defines.gypi
index 6d309a4e..1135af46 100644
--- a/build/common_defines.gypi
+++ b/build/common_defines.gypi
@@ -28,11 +28,9 @@
'_CRT_SECURE_NO_DEPRECATE',
'_SCL_SECURE_NO_WARNINGS',
'_HAS_EXCEPTIONS=0',
- '_WIN32_WINNT=0x0600',
'_WINDOWS',
'WIN32',
'WIN32_LEAN_AND_MEAN',
- 'WINVER=0x0600',
],
},
'VCLinkerTool':