- 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
This commit is contained in:
Thilo Schulz 2009-10-19 16:16:52 +00:00
parent 4b1b4c76d6
commit 118fbdf741
3 changed files with 5 additions and 337 deletions

View file

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