mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 21:01:04 +00:00
LFS fixup for PK3 support
This commit is contained in:
parent
cb0c31fa9a
commit
17528a6aa9
1 changed files with 12 additions and 0 deletions
12
src/w_wad.c
12
src/w_wad.c
|
@ -26,6 +26,18 @@
|
|||
#include "lzf.h"
|
||||
#endif
|
||||
|
||||
#ifndef _FILE_OFFSET_BITS
|
||||
#define _FILE_OFFSET_BITS 0
|
||||
#endif
|
||||
|
||||
#ifndef _LARGEFILE64_SOURCE
|
||||
#define _LARGEFILE64_SOURCE
|
||||
#endif
|
||||
|
||||
#ifndef _LFS64_LARGEFILE
|
||||
#define _LFS64_LARGEFILE
|
||||
#endif
|
||||
|
||||
#include "zlib.h"
|
||||
|
||||
#include "doomdef.h"
|
||||
|
|
Loading…
Reference in a new issue