mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 04:11:18 +00:00
do not typedef off_t when we do not need to
This commit is contained in:
parent
542295c863
commit
ed0d70feca
1 changed files with 2 additions and 0 deletions
|
@ -50,7 +50,9 @@
|
|||
#ifdef HAVE_SDL
|
||||
#include "sdl/hwsym_sdl.h"
|
||||
#ifdef __linux__
|
||||
#ifndef _LARGEFILE64_SOURCE
|
||||
typedef off_t off64_t;
|
||||
#neidf
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue