diff options
author | Scott Graham <scottmg@chromium.org> | 2014-07-31 22:12:25 -0700 |
---|---|---|
committer | Scott Graham <scottmg@chromium.org> | 2014-07-31 22:12:25 -0700 |
commit | b7e2af924f5ea820d9ccfed4afa675bf32e76c6f (patch) | |
tree | e00af4f029ac1b5cad1834c1badf22aaf6420fe9 /pdfium.gyp | |
parent | d4ca3b48f6d7bbfeb774f27018baa3a5c63bdd41 (diff) | |
download | pdfium-b7e2af924f5ea820d9ccfed4afa675bf32e76c6f.tar.xz |
Fix for min/max compile error on Windows
Patch from jschuh@chromium.org.
BUG=pdfium:31
TBR=jschuh@chromium.org,thakis@chromium.org
Review URL: https://codereview.chromium.org/438843003
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 02ab629c1c..277c1c74a0 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -669,7 +669,6 @@ }], ['OS=="win"', { 'defines!': [ - 'NOMINMAX', 'WIN32_LEAN_AND_MEAN' ], 'sources': [ |