Move the ifdef

This commit is contained in:
Steel Titanium 2018-10-07 14:45:03 -04:00
parent 413d5e46c6
commit fa1377d540

View file

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