mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Patch from JonY to suppress redefinition warnings with mingw-w64 lfs64 warnings.
This commit is contained in:
@@ -48,10 +48,14 @@
|
||||
#include <sys/types.h> /* for off_t */
|
||||
#if defined _MSC_VER || defined __BORLANDC__ || defined __MINGW32__
|
||||
#if _MSC_VER <= 1600 || defined __BORLANDC__ /* @@@ [2G limit] */
|
||||
#ifndef fseeko
|
||||
#define fseeko fseek
|
||||
#endif
|
||||
#ifndef ftello
|
||||
#define ftello ftell
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#include "FLAC/assert.h"
|
||||
#include "FLAC/stream_decoder.h"
|
||||
#include "share/alloc.h"
|
||||
|
||||
Reference in New Issue
Block a user