mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Fixed a compiler warning on BSD Unix.
This commit is contained in:
parent
08888e00af
commit
019c764d93
|
@ -8,7 +8,7 @@
|
|||
// remove files etc.
|
||||
//
|
||||
|
||||
#if !defined(__APPLE__)
|
||||
#if !defined(__APPLE__) && !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__)
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue