Skip to content

Commit

Permalink
Fix compilation of contrib/minizip on FreeBSD [Márquez].
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Jan 17, 2012
1 parent e1f45fe commit 5c312df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/minizip/ioapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
#define ftello64 ftell
#define fseeko64 fseek
#else
#ifdef __FreeBSD__
#define fopen64 fopen
#define ftello64 ftello
#define fseeko64 fseeko
#endif
#ifdef _MSC_VER
#define fopen64 fopen
#if (_MSC_VER >= 1400) && (!(defined(NO_MSCVER_FILE64_FUNC)))
Expand Down

0 comments on commit 5c312df

Please sign in to comment.