Make z_off_t 64 bits by default.

This commit is contained in:
Mark Adler 2024-03-31 16:34:43 -07:00
parent 4f8a17e8cb
commit c5e87dcdef
3 changed files with 3 additions and 3 deletions

View File

@ -506,7 +506,7 @@ typedef uLong FAR uLongf;
#endif
#ifndef z_off_t
# define z_off_t long
# define z_off_t long long
#endif
#if !defined(_WIN32) && defined(Z_LARGE64)

View File

@ -508,7 +508,7 @@ typedef uLong FAR uLongf;
#endif
#ifndef z_off_t
# define z_off_t long
# define z_off_t long long
#endif
#if !defined(_WIN32) && defined(Z_LARGE64)

View File

@ -506,7 +506,7 @@ typedef uLong FAR uLongf;
#endif
#ifndef z_off_t
# define z_off_t long
# define z_off_t long long
#endif
#if !defined(_WIN32) && defined(Z_LARGE64)