Skip to content

Commit

Permalink
Fixed Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 12, 2017
1 parent 7229397 commit e27dcd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/file/SDL_rwops.c
Expand Up @@ -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 */
Expand Down

0 comments on commit e27dcd1

Please sign in to comment.