mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 05:41:02 +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
|
#ifdef HAVE_SDL
|
||||||
#include "sdl/hwsym_sdl.h"
|
#include "sdl/hwsym_sdl.h"
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
|
#ifndef _LARGEFILE64_SOURCE
|
||||||
typedef off_t off64_t;
|
typedef off_t off64_t;
|
||||||
|
#neidf
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue