mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Fixed Android build
This commit is contained in:
parent
7229397c0c
commit
e27dcd1c3b
@ -307,6 +307,8 @@ windows_file_close(SDL_RWops * context)
|
|||||||
#define fseek_off_t __int64
|
#define fseek_off_t __int64
|
||||||
#define fseek _fseeki64
|
#define fseek _fseeki64
|
||||||
#define ftell _ftelli64
|
#define ftell _ftelli64
|
||||||
|
#else
|
||||||
|
#define fseek_off_t long
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Functions to read/write stdio file pointers */
|
/* Functions to read/write stdio file pointers */
|
||||||
|
Loading…
Reference in New Issue
Block a user