[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 @@
/* pngwio.c - functions for data output
*
* Last changed in libpng 1.4.0 [January 3, 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.)
@@ -18,7 +18,7 @@
* them at run time with png_set_write_fn(...).
*/
#define PNG_INTERNAL
#define PNG_EXPOSE_INTERNAL_STRUCTURES
#define PNG_NO_PEDANTIC_WARNINGS
#include "png.h"
#ifdef PNG_WRITE_SUPPORTED