From 344cd723cb23bf72ebe7cac4d68ee9bb441c410a Mon Sep 17 00:00:00 2001 From: thilo Date: Mon, 19 Oct 2009 16:16:52 +0000 Subject: - 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 --- code/zlib/zconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/zlib/zconf.h') 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 /* for off_t */ # include /* for SEEK_* and off_t */ # ifdef VMS -- cgit v1.2.3