Move the ifdef

This commit is contained in:
Steel Titanium 2018-10-07 14:45:03 -04:00
parent b812a6a4ab
commit def090c9f0

View file

@ -52,11 +52,11 @@
#ifndef _FILE_OFFSET_BITS #ifndef _FILE_OFFSET_BITS
#define _FILE_OFFSET_BITS 0 #define _FILE_OFFSET_BITS 0
#endif #endif
#endif
#ifdef HAVE_ZLIB #ifdef HAVE_ZLIB
#include "zlib.h" #include "zlib.h"
#endif #endif
#endif
UINT8 sound_started = false; UINT8 sound_started = false;