misc/libphyslayer/physfsrwops.c
changeset 9309 7e8f91634f80
parent 8524 a65e9bcf0a03
child 9378 2be457289e60
--- 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