Skip to content

Commit

Permalink
Fix build if -D_FILE_OFFSET_BITS=64 is set manually.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtl1979 authored and Dead2 committed Apr 8, 2021
1 parent 9f78490 commit b2085a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -1794,7 +1794,7 @@ Z_EXTERN int Z_EXPORT gzgetc_(gzFile file); /* backward compatibility */
Z_EXTERN void Z_EXPORT crc32_combine_gen64(uint32_t *op, z_off64_t);
#endif

#if !defined(ZLIB_INTERNAL) && defined(Z_WANT64)
#if !defined(Z_INTERNAL) && defined(Z_WANT64)
# define gzopen gzopen64
# define gzseek gzseek64
# define gztell gztell64
Expand Down

0 comments on commit b2085a8

Please sign in to comment.