[devel] Imported from libpng-1.4.0beta81.tar

This commit is contained in:
Glenn Randers-Pehrson
2009-09-23 11:36:28 -05:00
parent b2aca215c0
commit 67f3b485c2
11 changed files with 21 additions and 19 deletions

View File

@@ -555,7 +555,7 @@ version 1.4.0beta81 [September 23, 2009]
Expanded TAB characters in pngrtran.c
Removed PNG_CONST from all "PNG_CONST PNG_CHNK" declarations to avoid
compiler complaints about doubly declaring things "const".
Changed some "#if defined(" to "ifdef"
Changed all "#if [!]defined(X)" to "if[n]def X" where possible.
Eliminated unused png_ptr->row_buf_size
version 1.4.0betaN [future]