Fix compilation of contrib/minizip on FreeBSD [Márquez].
This commit is contained in:
parent
e1f45fed54
commit
5c312df969
@ -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)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user