off_t for linux onl;y

This commit is contained in:
Alam Ed Arias 2014-03-24 19:40:04 -04:00
parent f5b4187af6
commit 69d3f325f5

View file

@ -49,8 +49,10 @@
#ifdef SDL
#include "sdl/hwsym_sdl.h"
#ifdef __linux__
typedef off_t off64_t;
#endif
#endif
#if defined (_WIN32)
#define PRIdS "Iu"