Change order of the ifdef

This commit is contained in:
Steel Titanium 2018-10-07 14:52:25 -04:00
parent def090c9f0
commit 232a7ae7b7

View file

@ -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;