diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2012-02-18 22:14:22 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2012-02-18 23:33:18 -0600 |
commit | f9accb9df23b1c0bced6c7e74c8fbcc79f29138d (patch) | |
tree | 3588892452695ea884c8ff6c6387d75cd2a47c2a /pngread.c | |
parent | 7a4e497b6285b4ae8c669e33de287ed7df3c9b59 (diff) | |
download | libpng-f9accb9df23b1c0bced6c7e74c8fbcc79f29138d.tar.gz |
[libpng15] Bump version to 1.5.10beta01
Diffstat (limited to 'pngread.c')
-rw-r--r-- | pngread.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -67,15 +67,11 @@ png_create_read_struct_2,(png_const_charp user_png_ver, png_voidp error_ptr, png_ptr->user_width_max = PNG_USER_WIDTH_MAX; png_ptr->user_height_max = PNG_USER_HEIGHT_MAX; -# ifdef PNG_USER_CHUNK_CACHE_MAX /* Added at libpng-1.2.43 and 1.4.0 */ png_ptr->user_chunk_cache_max = PNG_USER_CHUNK_CACHE_MAX; -# endif -# ifdef PNG_SET_USER_CHUNK_MALLOC_MAX /* Added at libpng-1.2.43 and 1.4.1 */ png_ptr->user_chunk_malloc_max = PNG_USER_CHUNK_MALLOC_MAX; -# endif #endif #ifdef PNG_SETJMP_SUPPORTED |