aboutsummaryrefslogtreecommitdiffstats
path: root/code/zlib/zconf.h
diff options
context:
space:
mode:
authorthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-10-19 16:16:52 +0000
committerthilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-10-19 16:16:52 +0000
commit344cd723cb23bf72ebe7cac4d68ee9bb441c410a (patch)
tree50f32bf90f03ff4fd16d62db6ba5668c7da6ace3 /code/zlib/zconf.h
parent864cfbcad09da09c4c0c36a6163a31c0c8b99c54 (diff)
downloadioquake3-aero-344cd723cb23bf72ebe7cac4d68ee9bb441c410a.tar.gz
ioquake3-aero-344cd723cb23bf72ebe7cac4d68ee9bb441c410a.zip
- Tested and updated MSVC project file to really make it work with new zlib
- Removed unnecessary zconf.in.h - Fixed include dirs for several MSVC targets git-svn-id: svn://svn.icculus.org/quake3/trunk@1683 edf5b092-35ff-0310-97b2-ce42778d08ea
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