mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Restore code dropped in commit f25b2602dc.
This commit is contained in:
@@ -52,6 +52,11 @@
|
||||
#if !defined __MINGW32__
|
||||
#define fseeko _fseeki64
|
||||
#define ftello _ftelli64
|
||||
#else /* MinGW */
|
||||
#if !defined(HAVE_FSEEKO)
|
||||
#define fseeko fseeko64
|
||||
#define ftello ftello64
|
||||
#endif
|
||||
#endif
|
||||
#else
|
||||
#define FLAC__off_t off_t
|
||||
|
||||
Reference in New Issue
Block a user