Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(237)

Unified Diff: third_party/usrsctp/usrsctp.gyp

Issue 1378153003: win: Update to Win 10 SDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase for reland Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/tabs/window_finder_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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' ],
« no previous file with comments | « chrome/browser/ui/views/tabs/window_finder_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698