mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
Fix for OpenBSD compile.
This commit is contained in:
parent
2cac6f2ca3
commit
1e50f8378a
1 changed files with 1 additions and 1 deletions
2
third_party/minizip/ioapi.h
vendored
2
third_party/minizip/ioapi.h
vendored
|
|
@ -50,7 +50,7 @@
|
|||
#define ftello64 ftell
|
||||
#define fseeko64 fseek
|
||||
#else
|
||||
#ifdef __FreeBSD__
|
||||
#if defined(__FreeBSD__) || defined(__OpenBSD__)
|
||||
#define fopen64 fopen
|
||||
#define ftello64 ftello
|
||||
#define fseeko64 fseeko
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue