[libpng10] Imported from libpng-1.0.27rc5.tar

This commit is contained in:
Glenn Randers-Pehrson
2007-08-10 15:58:50 -05:00
parent 0a7bbf8697
commit bfb1ddd2c9
48 changed files with 117 additions and 121 deletions

View File

@@ -16,8 +16,12 @@
#if defined(PNG_READ_SUPPORTED)
#if defined(_WIN32_WCE) && (_WIN32_WCE<0x500)
# define WIN32_WCE_OLD
#endif
#ifdef PNG_FLOATING_POINT_SUPPORTED
# if defined(_WIN32_WCE)
# if defined(WIN32_WCE_OLD)
/* strtod() function is not supported on WindowsCE */
__inline double png_strtod(png_structp png_ptr, PNG_CONST char *nptr, char **endptr)
{