MinGW compatibility.

This commit is contained in:
Nach 2007-11-19 21:42:30 +00:00
parent 76585c71f0
commit 08f8b4cac6
1 changed files with 1 additions and 1 deletions

View File

@ -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>