aboutsummaryrefslogtreecommitdiffstats
path: root/code/zlib/zconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/zlib/zconf.h')
-rw-r--r--code/zlib/zconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/zlib/zconf.h b/code/zlib/zconf.h
index ea2db4b..9514c03 100644
--- a/code/zlib/zconf.h
+++ b/code/zlib/zconf.h
@@ -284,7 +284,7 @@ typedef uLong FAR uLongf;
typedef Byte *voidp;
#endif
-#if 1 /* HAVE_UNISTD_H -- this line is updated by ./configure */
+#ifndef _MSC_VER /* HAVE_UNISTD_H -- this line is updated by ./configure */
# include <sys/types.h> /* for off_t */
# include <unistd.h> /* for SEEK_* and off_t */
# ifdef VMS