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

Unified Diff: build/common.gypi

Issue 11190060: Move NTDDI_VERSION define to common.gypi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months 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 | win8/delegate_execute/delegate_execute.gyp » ('j') | 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 6abd7a25d1cf24243d535b7d5ed4b6d68a12ed46..0c3c645917132dc12b107198e7b6803341a5c7aa 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1705,6 +1705,9 @@
'__STD_C',
'_CRT_SECURE_NO_DEPRECATE',
'_SCL_SECURE_NO_DEPRECATE',
+ # This define is required to pull in the new Win8 interfaces from
+ # system headers like ShObjIdl.h.
+ 'NTDDI_VERSION=0x06020000',
],
'include_dirs': [
'<(DEPTH)/third_party/wtl/include',
« no previous file with comments | « no previous file | win8/delegate_execute/delegate_execute.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698