summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--third_party/usrsctp/usrsctp.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/usrsctp/usrsctp.gyp b/third_party/usrsctp/usrsctp.gyp
index f97cc63..0061c1e 100644
--- a/third_party/usrsctp/usrsctp.gyp
+++ b/third_party/usrsctp/usrsctp.gyp
@@ -152,6 +152,11 @@
'WINVER=0x0502',
'_WIN32_WINNT=0x0502',
],
+ 'defines!': [
+ # Remove Chrome's WINVER defines to avoid redefinition warnings.
+ 'WINVER=0x0602',
+ '_WIN32_WINNT=0x0602',
+ ],
'cflags!': [ '/W3', '/WX' ],
'cflags': [ '/w' ],
# TODO(ldixon) : Remove this disabling of warnings by pushing a