[libpng16] Imported from libpng-1.6.14beta03.tar

This commit is contained in:
Glenn Randers-Pehrson
2014-09-19 07:51:26 -05:00
parent 551019baf6
commit af557d98e1
16 changed files with 37 additions and 37 deletions

View File

@@ -35,13 +35,13 @@
#endif
#ifndef FE_DIVBYZERO
#define FE_DIVBYZERO 0
# define FE_DIVBYZERO 0
#endif
#ifndef FE_INVALID
#define FE_INVALID 0
# define FE_INVALID 0
#endif
#ifndef FE_OVERFLOW
#define FE_OVERFLOW 0
# define FE_OVERFLOW 0
#endif
/* Define the following to use this test against your installed libpng, rather