Find other BSD's without *64 functions in contrib/minizip/ioapi.h.

pull/722/head
Mark Adler 2 years ago
parent 2bb4961990
commit 40c5a9bc06
  1. 2
      contrib/minizip/ioapi.h

@ -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…
Cancel
Save