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', |