X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=zconf.h.in;fp=zconf.h.in;h=ca12b79232bb6ada8a1aeeb06697afa3d501033e;hb=3f8c768745e85d0e63ba306581710c6dc9db0d65;hp=2c22d320c9207ffff482ca658969e9251e11a1a0;hpb=ca50ebd4dfd08dfd7e8c8bb087278e158cd67720;p=zlib.git diff --git a/zconf.h.in b/zconf.h.in index 2c22d32..ca12b79 100644 --- a/zconf.h.in +++ b/zconf.h.in @@ -225,6 +225,7 @@ #endif #ifndef Z_SOLO +# define z_longlong long long # ifdef NO_SIZE_T typedef unsigned NO_SIZE_T z_size_t; # else @@ -237,6 +238,7 @@ # include typedef ssize_t z_ssize_t; # endif +# undef z_longlong #endif /* Maximum value for memLevel in deflateInit2 */