[devel] Changed PNG_INTERNAL to PNG_EXPOSE_INTERNAL_STRUCTURES

and updated the "last change" comments to 1.5.0
This commit is contained in:
Glenn Randers-Pehrson
2010-02-09 01:16:48 -06:00
parent 3f506b788e
commit f97953181a
20 changed files with 37 additions and 35 deletions

View File

@@ -1,7 +1,7 @@
/* pngset.c - storage of image information into info struct
*
* Last changed in libpng 1.4.1 [February 9, 2010]
* Last changed in libpng 1.5.0 [February 9, 2010]
* Copyright (c) 1998-2010 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
@@ -16,7 +16,7 @@
* info struct and allows us to change the structure in the future.
*/
#define PNG_INTERNAL
#define PNG_EXPOSE_INTERNAL_STRUCTURES
#define PNG_NO_PEDANTIC_WARNINGS
#include "png.h"
#if defined(PNG_READ_SUPPORTED) || defined(PNG_WRITE_SUPPORTED)