[master] Updated the scripts/*.def lists to include png_set_quantize()

This commit is contained in:
Glenn Randers-Pehrson
2010-04-16 07:26:01 -05:00
parent 8dc3729522
commit 6e9783bd25
3 changed files with 9 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ LIBRARY lpngce
png_memcpy_check png_memcpy_check
png_memset_check png_memset_check
png_set_dither png_set_quantize
png_read_init_3 png_read_init_3
png_write_init_3 png_write_init_3
png_set_strip_error_numbers png_set_strip_error_numbers
@@ -15,7 +15,7 @@ LIBRARY lpngce
png_get_int_32 png_get_int_32
EXPORTS EXPORTS
;Version 1.4.2rc01 ;Version 1.4.2rc02
png_build_grayscale_palette @1 png_build_grayscale_palette @1
; png_check_sig @2 ; png_check_sig @2
png_chunk_error @3 png_chunk_error @3
@@ -113,7 +113,7 @@ EXPORTS
png_set_compression_strategy @94 png_set_compression_strategy @94
png_set_compression_window_bits @95 png_set_compression_window_bits @95
png_set_crc_action @96 png_set_crc_action @96
; png_set_dither @97 png_set_quantize @97
png_set_error_fn @98 png_set_error_fn @98
png_set_expand @99 png_set_expand @99
png_set_filler @100 png_set_filler @100

View File

@@ -2,7 +2,7 @@
; PNG.LIB module definition file for OS/2 ; PNG.LIB module definition file for OS/2
;---------------------------------------- ;----------------------------------------
; Version 1.4.2rc01 ; Version 1.4.2rc02
LIBRARY PNG LIBRARY PNG
DESCRIPTION "PNG image compression library for OS/2" DESCRIPTION "PNG image compression library for OS/2"
@@ -217,6 +217,8 @@ EXPORTS
; Added at version 1.4.1 ; Added at version 1.4.1
png_get_chunk_malloc_max png_get_chunk_malloc_max
png_set_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 ; These are not present when libpng is compiled with PNG_NO_GLOBAL_ARRAYS
png_libpng_ver png_libpng_ver

View File

@@ -5,7 +5,7 @@
LIBRARY LIBRARY
EXPORTS EXPORTS
;Version 1.4.2rc01 ;Version 1.4.2rc02
png_build_grayscale_palette png_build_grayscale_palette
png_chunk_error png_chunk_error
png_chunk_warning png_chunk_warning
@@ -212,3 +212,5 @@ EXPORTS
; Added at version 1.4.1 ; Added at version 1.4.1
png_get_chunk_malloc_max png_get_chunk_malloc_max
png_set_chunk_malloc_max png_set_chunk_malloc_max
; Added at version 1.4.2
png_set_quantize