Fixes some small potential issues with the updated plat.h
Added a small fix for the if condition, so that the OS definition can work properly
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
# define strcasecmp _stricmp
|
||||
#endif
|
||||
|
||||
#if defined(UNIX) && defined(FREEBSD) && defined(__APPLE__)
|
||||
#if defined(UNIX) && defined(FREEBSD) || defined(__APPLE__)
|
||||
/* FreeBSD has largefile by default. */
|
||||
# define fopen64 fopen
|
||||
# define fseeko64 fseeko
|
||||
|
Reference in New Issue
Block a user