diff -r a0fef7134ade -r 7e8f91634f80 misc/libphyslayer/physfsrwops.c --- a/misc/libphyslayer/physfsrwops.c Mon Jul 01 22:49:28 2013 +0200 +++ b/misc/libphyslayer/physfsrwops.c Tue Jul 02 23:49:41 2013 +0200 @@ -32,7 +32,7 @@ #endif #if TARGET_SDL13 -static long SDLCALL physfsrwops_seek(struct SDL_RWops *rw, long offset, int whence) +static SDLCALL Sint64 physfsrwops_seek(struct SDL_RWops *rw, Sint64 offset, int whence) #else static int physfsrwops_seek(SDL_RWops *rw, int offset, int whence) #endif