+2011-04-15 6.6.9-6 Glenn Randers-Pehrson <glennrp@image...>
+ * Added "#define PNG_PTR_NORETURN" because this macro does not work
+ on all platforms with libpng15, with failure to load png_longjmp() (ref
+ http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18518).
+
2011-04-15 6.6.9-5 Cristy <quetzlzacatenango@image...>
* New version 6.6.9-5.
/* #define PNG_NORETURN This function does not return */
/* #define PNG_ALLOCATED The result of the function is new memory */
/* #define PNG_DEPSTRUCT Access to this struct member is deprecated */
+
+/* PNG_PTR_NORETURN does not work on some platforms, in libpng-1.5.x */
#define PNG_PTR_NORETURN
#include "png.h"