Fix compile option for when z_size_t needs to be a long long.
This commit is contained in:
@@ -227,6 +227,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef Z_SOLO
|
||||
# define z_longlong long long
|
||||
# ifdef NO_SIZE_T
|
||||
typedef unsigned NO_SIZE_T z_size_t;
|
||||
# else
|
||||
@@ -239,6 +240,7 @@
|
||||
# include <sys/types.h>
|
||||
typedef ssize_t z_ssize_t;
|
||||
# endif
|
||||
# undef z_longlong
|
||||
#endif
|
||||
|
||||
/* Maximum value for memLevel in deflateInit2 */
|
||||
|
||||
Reference in New Issue
Block a user