Change win_snd.c also

This commit is contained in:
Steel Titanium 2018-10-07 15:00:48 -04:00
parent 232a7ae7b7
commit 027e6e8e3c

View file

@ -18,13 +18,12 @@
#define GME_TREBLE 5.0
#define GME_BASS 1.0
#ifdef HAVE_ZLIB
#ifndef _MSC_VER
#ifndef _WII
#ifndef _LARGEFILE64_SOURCE
#define _LARGEFILE64_SOURCE
#endif
#endif
#endif
#ifndef _LFS64_LARGEFILE
#define _LFS64_LARGEFILE
@ -34,10 +33,9 @@
#define _FILE_OFFSET_BITS 0
#endif
#ifdef HAVE_ZLIB
#include "zlib.h"
#endif
#endif
#endif // HAVE_ZLIB
#endif // HAVE_LIBGME
static FMOD_SYSTEM *fsys;
static FMOD_SOUND *music_stream;