Find other BSD's without *64 functions in contrib/minizip/ioapi.h.
This commit is contained in:
parent
2bb4961990
commit
40c5a9bc06
@ -50,7 +50,7 @@
|
||||
#define ftello64 ftell
|
||||
#define fseeko64 fseek
|
||||
#else
|
||||
#ifdef __FreeBSD__
|
||||
#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
|
||||
#define fopen64 fopen
|
||||
#define ftello64 ftello
|
||||
#define fseeko64 fseeko
|
||||
|
Loading…
Reference in New Issue
Block a user