From: Mark Adler Date: Sat, 1 Oct 2011 17:19:36 +0000 (-0700) Subject: Include zconf.h.cmakein for windows large file support. X-Git-Tag: upstream/1.2.8~231 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34538d8a937148198982d806afed5022be68e5f7;p=platform%2Fupstream%2Fzlib.git Include zconf.h.cmakein for windows large file support. --- diff --git a/zconf.h.cmakein b/zconf.h.cmakein index 4a5d9ea..0a36a72 100644 --- a/zconf.h.cmakein +++ b/zconf.h.cmakein @@ -414,11 +414,15 @@ typedef uLong FAR uLongf; # define z_off_t long #endif -#if defined(_LARGEFILE64_SOURCE) && _LFS64_LARGEFILE-0 +#if !defined(_WIN32) && (defined(_LARGEFILE64_SOURCE) && _LFS64_LARGEFILE-0) # define z_off64_t off64_t #else +# if defined(_WIN32) +# define z_off64_t __int64 +# else # define z_off64_t z_off_t #endif +#endif #if defined(__OS400__) # define NO_vsnprintf