[master] Moved declarations of umsg[] inside proper #ifdef blocks in pngrutil.c

This commit is contained in:
Glenn Randers-Pehrson
2010-05-03 15:18:09 -05:00
parent 2c55e3e917
commit ac4942e26b
3 changed files with 64 additions and 55 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.4.2rc06 - April 29, 2010
Libpng 1.4.2rc06 - May 3, 2010
This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version.
@@ -60,6 +60,9 @@ version 1.4.2rc05 [April 29, 2010]
png.h is removed if both READ and WRITE USER_TRANSFORM are turned off
but was left defined in pngtrans.c
version 1.4.2rc06 [May 3, 2010]
Moved declarations of umsg[] inside the proper #ifdef blocks in pngrutil.c
Send comments/corrections/commendations to glennrp at users.sourceforge.net
or to png-mng-implement at lists.sf.net (subscription required; visit
https://lists.sourceforge.net/lists/listinfo/png-mng-implement).