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