readfile: add off64_t typedef for __APPLE__
This commit is contained in:
@@ -53,7 +53,7 @@ enum eFileDataFlag {
|
||||
# pragma GCC poison off_t
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if defined(_MSC_VER) || defined(__APPLE__)
|
||||
typedef int64_t off64_t;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user