MinGW compatibility.
This commit is contained in:
parent
76585c71f0
commit
08f8b4cac6
|
@ -9,7 +9,7 @@
|
|||
* Adapted from original gzio.c from zlib library by Forgotten
|
||||
*/
|
||||
|
||||
#if defined(HAVE_ZUTIL_H) || defined(_WIN32)
|
||||
#if defined(HAVE_ZUTIL_H) || defined(_MSC_VER)
|
||||
# include <zutil.h>
|
||||
#else
|
||||
#include <zlib.h>
|
||||
|
|
Loading…
Reference in New Issue