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

Unified Diff: build/config/win/BUILD.gn

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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/win/BUILD.gn
diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn
index f3561fbd221f517861f73e2a3723de57eb47c577..bc35aa5b62eb186221110958cb2d3247cf6d8553 100644
--- a/build/config/win/BUILD.gn
+++ b/build/config/win/BUILD.gn
@@ -11,13 +11,13 @@ config("sdk") {
defines = [
"_ATL_NO_OPENGL",
- "_WIN32_WINNT=0x0602",
+ "_WIN32_WINNT=0x0603",
"_WINDOWS",
"CERT_CHAIN_PARA_HAS_EXTRA_FIELDS",
- "NTDDI_VERSION=0x06020000",
+ "NTDDI_VERSION=0x06030000",
"PSAPI_VERSION=1",
"WIN32",
- "WINVER=0x0602",
+ "WINVER=0x0603",
]
# The Windows SDK include directories must be first. They both have a sal.h,
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698