mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 05:27:48 +00:00
Fixed Android build
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user