mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
include/share/compat.h : feeko and ftello fixes for MinGW.
Patch from LRN <lrn1986@gmail.com>.
This commit is contained in:
@@ -55,6 +55,12 @@
|
|||||||
#ifndef ftello
|
#ifndef ftello
|
||||||
#define ftello ftell
|
#define ftello ftell
|
||||||
#endif
|
#endif
|
||||||
|
#else
|
||||||
|
/* MinGW */
|
||||||
|
#if !defined(HAVE_FSEEKO)
|
||||||
|
# define fseeko fseeko64
|
||||||
|
# define ftello ftello64
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user