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

Unified Diff: build/common.gypi

Issue 58853015: Add define required for VS2013 ATL to target XP (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 7 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 | no next file » | 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 01078b9384fc21099918f1ac35a977ed4c167e81..dcee197b27337b1c8f51887cf91e77cb29f457e9 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2263,6 +2263,8 @@
# This define is required to pull in the new Win8 interfaces from
# system headers like ShObjIdl.h.
'NTDDI_VERSION=0x06020000',
+ # This is required for ATL to use XP-safe versions of its functions.
+ '_USING_V110_SDK71_',
],
'include_dirs': [
'<(DEPTH)/third_party/wtl/include',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698