diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-13 00:52:28 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-13 00:52:28 +0000 |
commit | e31162844fb438b3956fe43e5a1375602eb3a63e (patch) | |
tree | cf8609f9791ff3eb1af3eb42aea97e0908fdc8e9 /build | |
parent | e7612b10f9b7b721175e40a7d3f56bb6236a0aa8 (diff) | |
download | chromium_src-e31162844fb438b3956fe43e5a1375602eb3a63e.zip chromium_src-e31162844fb438b3956fe43e5a1375602eb3a63e.tar.gz chromium_src-e31162844fb438b3956fe43e5a1375602eb3a63e.tar.bz2 |
Lower PSAPI_VERSION to 1 to try to get Chrome launching again on < Windows 7 after r96592.
BUG=none
TEST=Launches on XP/Vista
TBR=georgey
Review URL: http://codereview.chromium.org/7633044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96657 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 2c75318..87c0a22 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1754,6 +1754,7 @@ 'WIN32', '_WINDOWS', 'NOMINMAX', + 'PSAPI_VERSION=1', '_CRT_RAND_S', 'CERT_CHAIN_PARA_HAS_EXTRA_FIELDS', 'WIN32_LEAN_AND_MEAN', |