[Zlib-devel] zlib 1.2.4.1 beta
Vincent Torri
vtorri at univ-evry.fr
Mon Mar 29 01:59:02 EDT 2010
On Sun, 28 Mar 2010, William A. Rowe Jr. wrote:
> On 3/28/2010 2:15 PM, Mark Adler wrote:
>> zlibbers,
>>
>> You can find the 1.2.4.1 beta here:
>>
>> http://zlib.net/current/beta/
>
> Mark, this no longer compiles in the most recent MS platforms because off_t
> is (as I mentioned) available from sys/types.h. zconf.h encloses this header
> in an unrelated test for unistd. The following patch would fix;
in that case, something like:
#if _MSC_VER >= ***
# include <sys/types.h>
#endif
would work ?
Vincent Torri
More information about the Zlib-devel
mailing list