Chromium Code Reviews| 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', |