diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2016-09-19 16:46:54 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2016-09-19 16:46:54 -0500 |
commit | 7835716cef5b69dc5b7939837b1a4a10f838a709 (patch) | |
tree | 86cdf37d5d6898bae24f10c295b66f70c2684c26 /pngstruct.h | |
parent | cb1787f03348abe08fddb8a5eca51f57ba7f7eef (diff) |
[libpng16] Changed PNG_ZLIB_VERNUM to ZLIB_VERNUM in pngpriv.h, pngstruct.h,
and pngrutil.c.
Diffstat (limited to 'pngstruct.h')
-rw-r--r-- | pngstruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pngstruct.h b/pngstruct.h index 2b0eb4902..55516eaaa 100644 --- a/pngstruct.h +++ b/pngstruct.h @@ -263,7 +263,7 @@ struct png_struct_def /* pixel depth used for the row buffers */ png_byte transformed_pixel_depth; /* pixel depth after read/write transforms */ -#if PNG_ZLIB_VERNUM >= 0x1240 +#if ZLIB_VERNUM >= 0x1240 png_byte zstream_start; /* at start of an input zlib stream */ #endif /* Zlib >= 1.2.4 */ #if defined(PNG_READ_FILLER_SUPPORTED) || defined(PNG_WRITE_FILLER_SUPPORTED) |