mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
off_t for linux onl;y
This commit is contained in:
parent
f5b4187af6
commit
69d3f325f5
1 changed files with 2 additions and 0 deletions
|
|
@ -49,8 +49,10 @@
|
|||
|
||||
#ifdef SDL
|
||||
#include "sdl/hwsym_sdl.h"
|
||||
#ifdef __linux__
|
||||
typedef off_t off64_t;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined (_WIN32)
|
||||
#define PRIdS "Iu"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue