Patch from JonY to remove more CPP hackery.

This commit is contained in:
Erik de Castro Lopo
2012-02-04 20:47:10 +11:00
parent 59afe36f71
commit 4dfb536b1d
3 changed files with 3 additions and 25 deletions

View File

@@ -46,16 +46,7 @@
#include <string.h> /* for memset/memcpy() */
#include <sys/stat.h> /* for stat() */
#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 "share/compat.h"
#include "FLAC/assert.h"
#include "share/alloc.h"
#include "protected/stream_decoder.h"