Imported from libpng-1.4.0beta29.tar

This commit is contained in:
Glenn Randers-Pehrson
2008-08-09 07:11:44 -05:00
parent 43aaf6eb37
commit e0784c72f4
62 changed files with 201 additions and 129 deletions

View File

@@ -1,7 +1,7 @@
/* pngconf.h - machine configurable file for libpng
*
* libpng version 1.4.0beta28 - August 6, 2008
* libpng version 1.4.0beta29 - August 9, 2008
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2007 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
@@ -693,7 +693,7 @@
# define PNG_LITERAL_RIGHT_SQUARE_BRACKET 0x5d
#endif
#ifndef PNG_STRING_NEWLINE
# define PNG_STRING_NEWLINE "\n"
#define PNG_STRING_NEWLINE "\n"
#endif
/* These are currently experimental features, define them if you want */