mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Move the ifdef
This commit is contained in:
parent
413d5e46c6
commit
fa1377d540
1 changed files with 1 additions and 1 deletions
|
|
@ -52,11 +52,11 @@
|
|||
#ifndef _FILE_OFFSET_BITS
|
||||
#define _FILE_OFFSET_BITS 0
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_ZLIB
|
||||
#include "zlib.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
UINT8 sound_started = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue