mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Imported from libpng-1.6.14beta03.tar
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user