Commit 74abbd08 authored by chacha21's avatar chacha21

Fix compilation when USE_ZLIB is false

create a dummy gzFile type
parent aa1b0312
...@@ -67,6 +67,8 @@ ...@@ -67,6 +67,8 @@
# define _FILE_OFFSET_BITS 0 # define _FILE_OFFSET_BITS 0
# endif # endif
# include <zlib.h> # include <zlib.h>
#else
typedef void* gzFile;
#endif #endif
/****************************************************************************************\ /****************************************************************************************\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment