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

Unified Diff: build/common.gypi

Issue 733563003: Bump _WIN32_WINNT to 0x0603 (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: ntddi Created 6 years, 1 month 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 | « no previous file | build/config/win/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 9428c118f4a4db76ecb7f03d8a115571057f9c93..b5b59d2168facace025fa5ec3ed40b302ad7312c 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -693,8 +693,8 @@
}],
],
'defines': [
- '_WIN32_WINNT=0x0602',
- 'WINVER=0x0602',
+ '_WIN32_WINNT=0x0603',
+ 'WINVER=0x0603',
# WIN32 is used by ppapi
'WIN32',
'NOMINMAX',
« no previous file with comments | « no previous file | build/config/win/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698