[libpng17] Moved prototype for png_handle_unknown() in pngpriv.h outside of

the #ifdef PNG_SET_UNKNOWN_CHUNKS_SUPPORTED/#endif block.
This commit is contained in:
Glenn Randers-Pehrson
2013-11-18 15:35:55 -06:00
parent a549223f91
commit e8e1add0a8
4 changed files with 18 additions and 14 deletions

View File

@@ -4707,8 +4707,12 @@ Version 1.7.0beta22 [November 7, 2013]
Fixed #include in filter_neon_intrinsics.c and ctype macros. The ctype char
checking macros take an unsigned char argument, not a signed char.
Version 1.7.0beta23 [November 17, 2013]
Added #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED/#endif in pngpread.c
Version 1.7.0beta23 [November 18, 2013]
Changed #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED in pngpread.c to
#ifdef PNG_SET_UNKNOWN_CHUNKS_SUPPORTED to be consistent with
what is in pngpriv.h.
Moved prototype for png_handle_unknown() in pngpriv.h outside of
the #ifdef PNG_SET_UNKNOWN_CHUNKS_SUPPORTED/#endif block.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit