|
|
@@ -47,11 +47,9 @@ |
|
|
|
#include <sys/stat.h> /* for stat() */
|
|
|
|
#include <sys/types.h> /* for off_t */
|
|
|
|
#if defined _MSC_VER || defined __BORLANDC__ || defined __MINGW32__
|
|
|
|
#if _MSC_VER <= 1700 || defined __BORLANDC__ /* @@@ [2G limit] */
|
|
|
|
#define fseeko fseek
|
|
|
|
#define ftello ftell
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#include "../assert.h"
|
|
|
|
#include "../alloc.h"
|
|
|
|
#include "include/protected/stream_decoder.h"
|
|
|
|