Index: build/config/win/BUILD.gn |
diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn |
index 5e621ba5ccc750310a658e48fbbcb74e37b6e8ce..a65997bf44c0f0bae8c794aee8bba499f30db3da 100644 |
--- a/build/config/win/BUILD.gn |
+++ b/build/config/win/BUILD.gn |
@@ -180,7 +180,6 @@ config("runtime_library") { |
"_ATL_NO_OPENGL", |
"_WINDOWS", |
"CERT_CHAIN_PARA_HAS_EXTRA_FIELDS", |
- "NTDDI_VERSION=0x0A000000", |
"PSAPI_VERSION=1", |
"WIN32", |
"_SECURE_ATL", |
@@ -224,6 +223,7 @@ config("runtime_library") { |
# targets need to manually override it for their compiles. |
config("winver") { |
defines = [ |
+ "NTDDI_VERSION=0x0A000000", |
"_WIN32_WINNT=0x0A00", |
"WINVER=0x0A00", |
] |