Index: third_party/usrsctp/usrsctp.gyp |
diff --git a/third_party/usrsctp/usrsctp.gyp b/third_party/usrsctp/usrsctp.gyp |
index 6e9fae3bbf28c6e6467fab24489f2ee4ddeb90b8..e0eefea831b023f2667ecabae1364047003e85bc 100644 |
--- a/third_party/usrsctp/usrsctp.gyp |
+++ b/third_party/usrsctp/usrsctp.gyp |
@@ -155,8 +155,8 @@ |
], |
'defines!': [ |
# Remove Chrome's WINVER defines to avoid redefinition warnings. |
- 'WINVER=0x0602', |
- '_WIN32_WINNT=0x0602', |
+ 'WINVER=0x0603', |
+ '_WIN32_WINNT=0x0603', |
], |
'cflags!': [ '/W3', '/WX' ], |
'cflags': [ '/w' ], |