mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 12:21:19 +00:00
Move the ifdef
This commit is contained in:
parent
b812a6a4ab
commit
def090c9f0
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…
Reference in a new issue