[libpng15] Imported from libpng-1.5.18rc01.tar

This commit is contained in:
Glenn Randers-Pehrson
2014-01-28 11:17:26 -06:00
parent dfa6aea8ac
commit 799943a1e6
25 changed files with 80 additions and 73 deletions

View File

@@ -1,7 +1,7 @@
/* pngconf.h - machine configurable file for libpng
*
* libpng version 1.5.18beta05 - January 20, 2014
* libpng version 1.5.18rc01 - January 28, 2014
*
* Copyright (c) 1998-2013 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
@@ -338,6 +338,7 @@
* functions in png.h will generate compiler warnings. Added at libpng
* version 1.2.41.
*/
# if defined(__GNUC__)
# ifndef PNG_USE_RESULT
# define PNG_USE_RESULT __attribute__((__warn_unused_result__))
@@ -361,7 +362,7 @@
__attribute__((__deprecated__))
# endif
# endif
# endif /* __GNUC__ >= 3 */
# endif /* __GNUC__ >= 3 */
# endif /* __GNUC__ */
# if defined(_MSC_VER) && (_MSC_VER >= 1300)