From 34250b2e3ede4213a43893839b8dd083619df232 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Thu, 20 Oct 2016 06:03:07 +0000 Subject: libpng 1.6.26 git-svn-id: svn://tug.org/texlive/trunk@42309 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/libs/libpng/libpng-src/pngstruct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build/source/libs/libpng/libpng-src/pngstruct.h') diff --git a/Build/source/libs/libpng/libpng-src/pngstruct.h b/Build/source/libs/libpng/libpng-src/pngstruct.h index 2b0eb490255..55516eaaa11 100644 --- a/Build/source/libs/libpng/libpng-src/pngstruct.h +++ b/Build/source/libs/libpng/libpng-src/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) -- cgit v1.2.3