mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +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
|
#ifdef SDL
|
||||||
#include "sdl/hwsym_sdl.h"
|
#include "sdl/hwsym_sdl.h"
|
||||||
|
#ifdef __linux__
|
||||||
typedef off_t off64_t;
|
typedef off_t off64_t;
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined (_WIN32)
|
#if defined (_WIN32)
|
||||||
#define PRIdS "Iu"
|
#define PRIdS "Iu"
|
||||||
|
|
Loading…
Reference in a new issue