mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Change order of the ifdef
This commit is contained in:
parent
fa1377d540
commit
4d883e740d
1 changed files with 3 additions and 3 deletions
|
|
@ -39,6 +39,7 @@
|
|||
#define GME_TREBLE 5.0
|
||||
#define GME_BASS 1.0
|
||||
|
||||
#ifdef HAVE_ZLIB
|
||||
#ifndef _MSC_VER
|
||||
#ifndef _LARGEFILE64_SOURCE
|
||||
#define _LARGEFILE64_SOURCE
|
||||
|
|
@ -53,10 +54,9 @@
|
|||
#define _FILE_OFFSET_BITS 0
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_ZLIB
|
||||
#include "zlib.h"
|
||||
#endif
|
||||
#endif
|
||||
#endif // HAVE_ZLIB
|
||||
#endif // HAVE_LIBGME
|
||||
|
||||
UINT8 sound_started = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue