summaryrefslogtreecommitdiff
path: root/src/test_libFLAC/metadata_manip.c
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2012-02-04 16:13:37 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2012-02-04 16:13:37 +1100
commit59afe36f71c351c1268057bf6b3424f5261430bd (patch)
tree0b11668fac90ab3089dd34543af30e311e5526c9 /src/test_libFLAC/metadata_manip.c
parent494919106ab7f6142538550e8b8a15dc7131526c (diff)
downloadflac-59afe36f71c351c1268057bf6b3424f5261430bd.tar.gz
Add file include/share/compat.h and start moving CPP hackery into it.
Diffstat (limited to 'src/test_libFLAC/metadata_manip.c')
-rw-r--r--src/test_libFLAC/metadata_manip.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/test_libFLAC/metadata_manip.c b/src/test_libFLAC/metadata_manip.c
index 6644e791..f0b941ff 100644
--- a/src/test_libFLAC/metadata_manip.c
+++ b/src/test_libFLAC/metadata_manip.c
@@ -26,14 +26,6 @@
#if defined _MSC_VER || defined __MINGW32__
#include <sys/utime.h> /* for utime() */
#include <io.h> /* for chmod() */
-#if _MSC_VER <= 1600 /* @@@ [2G limit] */
-#ifndef fseeko
-#define fseeko fseek
-#endif
-#ifndef ftello
-#define ftello ftell
-#endif
-#endif
#else
#include <sys/types.h> /* some flavors of BSD (like OS X) require this to get time_t */
#include <utime.h> /* for utime() */
@@ -44,6 +36,7 @@
#include "FLAC/stream_decoder.h"
#include "FLAC/metadata.h"
#include "share/grabbag.h"
+#include "share/compat.h"
#include "test_libs_common/file_utils_flac.h"
#include "test_libs_common/metadata_utils.h"
#include "metadata.h"