Index: build/config/win/BUILD.gn |
diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn |
index f3561fbd221f517861f73e2a3723de57eb47c577..1af8e8185af1611608163601096de4b84619e593 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", |
Nick Bray (chromium)
2014/11/14 23:47:03
This too?
scottmg
2014/11/14 23:56:19
:( Done.
|
"PSAPI_VERSION=1", |
"WIN32", |
- "WINVER=0x0602", |
+ "WINVER=0x0603", |
] |
# The Windows SDK include directories must be first. They both have a sal.h, |