MinGW compatibility.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@101 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
71ae4ae985
commit
7fdfd25212
|
@ -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