Skip to content
Snippets Groups Projects
Commit 232a7ae7 authored by SteelT's avatar SteelT
Browse files

Change order of the ifdef

parent def090c9
Branches
Tags
2 merge requests!488Merge in next and don't billboard papersprites in GL,!285Makefile: Split zlib and libpng
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
#define GME_TREBLE 5.0 #define GME_TREBLE 5.0
#define GME_BASS 1.0 #define GME_BASS 1.0
#ifdef HAVE_ZLIB
#ifndef _MSC_VER #ifndef _MSC_VER
#ifndef _LARGEFILE64_SOURCE #ifndef _LARGEFILE64_SOURCE
#define _LARGEFILE64_SOURCE #define _LARGEFILE64_SOURCE
...@@ -53,10 +54,9 @@ ...@@ -53,10 +54,9 @@
#define _FILE_OFFSET_BITS 0 #define _FILE_OFFSET_BITS 0
#endif #endif
#ifdef HAVE_ZLIB
#include "zlib.h" #include "zlib.h"
#endif #endif // HAVE_ZLIB
#endif #endif // HAVE_LIBGME
UINT8 sound_started = false; UINT8 sound_started = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment