mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
bump requisite _MSC_VER to <=1600 for fseeko/ftello hack
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#if defined _MSC_VER || defined __MINGW32__
|
||||
#include <sys/utime.h> /* for utime() */
|
||||
#include <io.h> /* for chmod() */
|
||||
#if _MSC_VER <= 1200 /* @@@ [2G limit] */
|
||||
#if _MSC_VER <= 1600 /* @@@ [2G limit] */
|
||||
#define fseeko fseek
|
||||
#define ftello ftell
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user