mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-18 04:45:39 +00:00
Proper fix for the last commit.
This commit is contained in:
parent
1d07879868
commit
be62e8fc5d
|
@ -8,6 +8,10 @@
|
||||||
// remove files etc.
|
// remove files etc.
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#if !defined(__APPLE__)
|
||||||
|
#define _FILE_OFFSET_BITS 64
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
#define _DARWIN_USE_64_BIT_INODE
|
#define _DARWIN_USE_64_BIT_INODE
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue