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