[master} Ported some cosmetic changes from libpng-1.4.0rc01

changing "#if defined(x)" to "#ifdef x" in png.h and pngconf.h.
This commit is contained in:
Glenn Randers-Pehrson
2009-10-21 10:32:04 -05:00
parent 8191965555
commit 1eef1e5b2f
5 changed files with 215 additions and 211 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.2.41beta07 - October 18, 2009
Libpng 1.2.41beta07 - October 21, 2009
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.
@@ -73,7 +73,9 @@ version 1.2.41beta06 [October 18, 2009]
Converted all PNG_NO_* tests to PNG_*_SUPPORTED everywhere except pngconf.h
as in libpng-1.4.0beta78 and later.
version 1.2.41beta07 [October 18, 2009]
version 1.2.41beta07 [October 21, 2009]
Ported some cosmetic changes from libpng-1.4.0rc01, changing
many "#if defined(x)" to "#ifdef x" in png.h and pngconf.h.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net