Index: third_party/usrsctp/usrsctp.gyp |
diff --git a/third_party/usrsctp/usrsctp.gyp b/third_party/usrsctp/usrsctp.gyp |
index b4a86b245a1fe966e4384e5b4ace0102c2d92c84..1ebb78a8b65a4e38b02b549c6e2b6251238903c0 100644 |
--- a/third_party/usrsctp/usrsctp.gyp |
+++ b/third_party/usrsctp/usrsctp.gyp |
@@ -130,15 +130,15 @@ |
'defines': [ |
'__Userspace_os_Windows', |
# Manually setting WINVER and _WIN32_WINNT is needed because Chrome |
- # sets WINVER to a newer version of windows. But compiling usrsctp |
- # this way would is incompatible with windows XP. |
+ # sets WINVER to a newer version of Windows. But compiling usrsctp |
+ # this way would be incompatible with Windows XP. |
'WINVER=0x0502', |
'_WIN32_WINNT=0x0502', |
], |
'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' ], |