Commit 83d93aef authored by robert.nagy@gmail.com's avatar robert.nagy@gmail.com

define USE_FILE32API on *BSD too

BUG=
TEST=compile


Review URL: http://codereview.chromium.org/8912008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114222 0039d316-1c4b-4281-b951-d872f2087c98
parent 67ffd0a9
...@@ -71,9 +71,9 @@ ...@@ -71,9 +71,9 @@
'contrib/minizip/iowin32.c' 'contrib/minizip/iowin32.c'
], ],
}], }],
['OS=="mac"', { ['OS=="mac" or os_bsd==1', {
# Mac does not have fopen64, ftello64, or fseeko64. We use fopen, # Mac and the BSDs don't have fopen64, ftello64, or fseeko64.
# ftell, and fseek instead on Mac. # We use fopen, ftell, and fseek instead on these systems.
'defines': [ 'defines': [
'USE_FILE32API' 'USE_FILE32API'
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment