Fix compilation when USE_ZLIB is false

create a dummy gzFile type
This commit is contained in:
chacha21 2017-03-02 16:58:51 +01:00
parent aa1b031274
commit 74abbd0898

View File

@ -67,6 +67,8 @@
# define _FILE_OFFSET_BITS 0
# endif
# include <zlib.h>
#else
typedef void* gzFile;
#endif
/****************************************************************************************\