Merge pull request #1 from dob205/macos_fix_for_fileops

Update plat.h
This commit is contained in:
dob205
2021-08-22 17:31:06 +02:00
committed by GitHub

View File

@@ -32,7 +32,7 @@
# define strcasecmp _stricmp
#endif
#if defined(UNIX) && defined(FREEBSD)
#if defined(UNIX) && defined(FREEBSD) && defined(__APPLE__)
/* FreeBSD has largefile by default. */
# define fopen64 fopen
# define fseeko64 fseeko