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:
Nach 2007-11-19 21:42:30 +00:00
parent 71ae4ae985
commit 7fdfd25212
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>