|
|
|
@@ -29,7 +29,10 @@ |
|
|
|
#include <inttypes.h> |
|
|
|
#include <string.h> |
|
|
|
|
|
|
|
#ifdef __MINGW32__ |
|
|
|
#ifdef __MINGW32CE__ |
|
|
|
#define fseeko(x, y, z) fseek(x, y, z) |
|
|
|
#define ftello(x) ftell(x) |
|
|
|
#elif defined(__MINGW32__) |
|
|
|
#undef fseeko |
|
|
|
#define fseeko(x, y, z) fseeko64(x, y, z) |
|
|
|
#undef ftello |
|
|
|
|