| Index: third_party/usrsctp/usrsctp.gyp
|
| diff --git a/third_party/usrsctp/usrsctp.gyp b/third_party/usrsctp/usrsctp.gyp
|
| index f97cc63bcd3a817fb59cbc3bd5df7d43a99b2a81..0061c1e86c1f017837b4abe6f54562b48a7c8006 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
|
|
|