From 6e9783bd2567fb9daeab1b485341eaf8ccbcab09 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Fri, 16 Apr 2010 07:26:01 -0500 Subject: [PATCH] [master] Updated the scripts/*.def lists to include png_set_quantize() --- scripts/png32ce.def | 6 +++--- scripts/pngos2.def | 4 +++- scripts/pngwin.def | 4 +++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/scripts/png32ce.def b/scripts/png32ce.def index 09d42c708..bf46b5b6a 100644 --- a/scripts/png32ce.def +++ b/scripts/png32ce.def @@ -6,7 +6,7 @@ LIBRARY lpngce png_memcpy_check png_memset_check - png_set_dither + png_set_quantize png_read_init_3 png_write_init_3 png_set_strip_error_numbers @@ -15,7 +15,7 @@ LIBRARY lpngce png_get_int_32 EXPORTS -;Version 1.4.2rc01 +;Version 1.4.2rc02 png_build_grayscale_palette @1 ; png_check_sig @2 png_chunk_error @3 @@ -113,7 +113,7 @@ EXPORTS png_set_compression_strategy @94 png_set_compression_window_bits @95 png_set_crc_action @96 -; png_set_dither @97 + png_set_quantize @97 png_set_error_fn @98 png_set_expand @99 png_set_filler @100 diff --git a/scripts/pngos2.def b/scripts/pngos2.def index 302c41436..4b98fbb28 100644 --- a/scripts/pngos2.def +++ b/scripts/pngos2.def @@ -2,7 +2,7 @@ ; PNG.LIB module definition file for OS/2 ;---------------------------------------- -; Version 1.4.2rc01 +; Version 1.4.2rc02 LIBRARY PNG DESCRIPTION "PNG image compression library for OS/2" @@ -217,6 +217,8 @@ EXPORTS ; Added at version 1.4.1 png_get_chunk_malloc_max png_set_chunk_malloc_max +; Added at version 1.4.2 + png_set_quantize ; These are not present when libpng is compiled with PNG_NO_GLOBAL_ARRAYS png_libpng_ver diff --git a/scripts/pngwin.def b/scripts/pngwin.def index bd25044d5..28006b8e0 100644 --- a/scripts/pngwin.def +++ b/scripts/pngwin.def @@ -5,7 +5,7 @@ LIBRARY EXPORTS -;Version 1.4.2rc01 +;Version 1.4.2rc02 png_build_grayscale_palette png_chunk_error png_chunk_warning @@ -212,3 +212,5 @@ EXPORTS ; Added at version 1.4.1 png_get_chunk_malloc_max png_set_chunk_malloc_max +; Added at version 1.4.2 + png_set_quantize