misc/libphyslayer/physfsrwops.c
changeset 9309 7e8f91634f80
parent 8524 a65e9bcf0a03
child 9378 2be457289e60
equal deleted inserted replaced
9307:a0fef7134ade 9309:7e8f91634f80
    30 #define TARGET_SDL13 1
    30 #define TARGET_SDL13 1
    31 #endif
    31 #endif
    32 #endif
    32 #endif
    33 
    33 
    34 #if TARGET_SDL13
    34 #if TARGET_SDL13
    35 static long SDLCALL physfsrwops_seek(struct SDL_RWops *rw, long offset, int whence)
    35 static SDLCALL Sint64 physfsrwops_seek(struct SDL_RWops *rw, Sint64 offset, int whence)
    36 #else
    36 #else
    37 static int physfsrwops_seek(SDL_RWops *rw, int offset, int whence)
    37 static int physfsrwops_seek(SDL_RWops *rw, int offset, int whence)
    38 #endif
    38 #endif
    39 {
    39 {
    40     PHYSFS_File *handle = (PHYSFS_File *) rw->hidden.unknown.data1;
    40     PHYSFS_File *handle = (PHYSFS_File *) rw->hidden.unknown.data1;