summaryrefslogtreecommitdiffstats
path: root/src/metadata/trueaudio/ttafile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/metadata/trueaudio/ttafile.cpp')
-rw-r--r--src/metadata/trueaudio/ttafile.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/metadata/trueaudio/ttafile.cpp b/src/metadata/trueaudio/ttafile.cpp
index 3a02e20..0686d74 100644
--- a/src/metadata/trueaudio/ttafile.cpp
+++ b/src/metadata/trueaudio/ttafile.cpp
@@ -23,6 +23,14 @@
* MA 02110-1301 USA *
***************************************************************************/
+#include "config.h"
+
+#if !defined(TAGLIB_LARGE_FILES_SUPPORT)
+ #undef _LARGE_FILES
+ #undef _LARGEFILE_SOURCE
+ #undef _FILE_OFFSET_BITS
+#endif
+
#include <tbytevector.h>
#include <tstring.h>
#if 0