Fixed Android build

This commit is contained in:
Sam Lantinga 2017-08-11 23:54:06 -07:00
parent d3de333f7e
commit d2a8798688

View file

@ -307,6 +307,8 @@ windows_file_close(SDL_RWops * context)
#define fseek_off_t __int64
#define fseek _fseeki64
#define ftell _ftelli64
#else
#define fseek_off_t long
#endif
/* Functions to read/write stdio file pointers */