Imported from libpng-1.2.19rc5.tar

This commit is contained in:
Glenn Randers-Pehrson
2007-08-10 15:49:26 -05:00
parent f0a97a0d80
commit 3922e7afc3
48 changed files with 111 additions and 115 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)
{