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