[devel] Removed recently removed function names from scripts/*.def
and removed the deprecated png_check_sig() function.
This commit is contained in:
parent
197c2f3244
commit
ef07ed3bf8
2
ANNOUNCE
2
ANNOUNCE
@ -652,6 +652,8 @@ version 1.4.0beta96 [November 12, 2009]
|
||||
Renamed scripts/makefile.wce to scripts/makefile.cegcc
|
||||
Revised Makefile.am to use libpng.sys while building libpng.so
|
||||
so that only PNG_EXPORT functions are exported.
|
||||
Removed the deprecated png_check_sig() function.
|
||||
Removed recently removed function names from scripts/*.def
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
(subscription required; visit
|
||||
|
2
CHANGES
2
CHANGES
@ -2338,6 +2338,8 @@ version 1.4.0beta96 [November 12, 2009]
|
||||
Renamed scripts/makefile.wce to scripts/makefile.cegcc
|
||||
Revised Makefile.am to use libpng.sys while building libpng.so
|
||||
so that only PNG_EXPORT functions are exported.
|
||||
Removed the deprecated png_check_sig() function.
|
||||
Removed recently removed function names from scripts/*.def
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
(subscription required; visit
|
||||
|
@ -4,10 +4,20 @@
|
||||
|
||||
LIBRARY lpngce
|
||||
|
||||
png_memcpy_check
|
||||
png_memset_check
|
||||
png_set_dither
|
||||
png_read_init_3
|
||||
png_write_init_3
|
||||
png_set_strip_error_numbers
|
||||
png_get_uint_32
|
||||
png_get_uint_16
|
||||
png_get_int_32
|
||||
|
||||
EXPORTS
|
||||
;Version 1.4.0beta96
|
||||
png_build_grayscale_palette @1
|
||||
png_check_sig @2
|
||||
; png_check_sig @2
|
||||
png_chunk_error @3
|
||||
png_chunk_warning @4
|
||||
; png_convert_from_struct_tm @5
|
||||
@ -74,8 +84,8 @@ EXPORTS
|
||||
png_get_y_offset_pixels @66
|
||||
png_get_y_pixels_per_meter @67
|
||||
png_malloc @68
|
||||
png_memcpy_check @69
|
||||
png_memset_check @70
|
||||
; png_memcpy_check @69
|
||||
; png_memset_check @70
|
||||
png_permit_empty_plte @71
|
||||
png_process_data @72
|
||||
png_progressive_combine_row @73
|
||||
@ -103,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_dither @97
|
||||
png_set_error_fn @98
|
||||
png_set_expand @99
|
||||
png_set_filler @100
|
||||
@ -185,8 +195,8 @@ EXPORTS
|
||||
; Added at version 1.0.12
|
||||
; For compatiblity with 1.0.7-1.0.11
|
||||
png_info_init @174
|
||||
png_read_init_3 @175
|
||||
png_write_init_3 @176
|
||||
; png_read_init_3 @175
|
||||
; png_write_init_3 @176
|
||||
png_info_init_3 @177
|
||||
png_destroy_struct @178
|
||||
; Added at version 1.2.0
|
||||
@ -224,11 +234,11 @@ EXPORTS
|
||||
; Added at version 1.2.7
|
||||
png_set_add_alpha @199
|
||||
; Added at version 1.2.9
|
||||
png_get_uint_32 @200
|
||||
; png_get_uint_32 @200
|
||||
png_save_uint_32 @201
|
||||
png_get_uint_16 @202
|
||||
; png_get_uint_16 @202
|
||||
png_save_uint_16 @203
|
||||
png_get_int_32 @204
|
||||
; png_get_int_32 @204
|
||||
png_save_int_32 @205
|
||||
png_get_uint_31 @206
|
||||
png_set_expand_gray_1_2_4_to_8 @207
|
||||
|
@ -11,9 +11,7 @@ DATA PRELOAD MOVEABLE MULTIPLE
|
||||
|
||||
EXPORTS
|
||||
|
||||
|
||||
png_build_grayscale_palette
|
||||
png_check_sig
|
||||
png_chunk_error
|
||||
png_chunk_warning
|
||||
png_convert_from_struct_tm
|
||||
@ -80,8 +78,6 @@ EXPORTS
|
||||
png_get_y_offset_pixels
|
||||
png_get_y_pixels_per_meter
|
||||
png_malloc
|
||||
png_memcpy_check
|
||||
png_memset_check
|
||||
png_process_data
|
||||
png_progressive_combine_row
|
||||
png_read_end
|
||||
@ -106,7 +102,6 @@ EXPORTS
|
||||
png_set_compression_strategy
|
||||
png_set_compression_window_bits
|
||||
png_set_crc_action
|
||||
png_set_dither
|
||||
png_set_error_fn
|
||||
png_set_expand
|
||||
png_set_filler
|
||||
@ -201,11 +196,8 @@ EXPORTS
|
||||
png_set_add_alpha
|
||||
|
||||
; Added at version 1.2.9
|
||||
png_get_uint_32
|
||||
png_save_uint_32
|
||||
png_get_uint_16
|
||||
png_save_uint_16
|
||||
png_get_int_32
|
||||
png_save_int_32
|
||||
png_get_uint_31
|
||||
png_set_expand_gray_1_2_4_to_8
|
||||
|
@ -73,8 +73,6 @@ EXPORTS
|
||||
png_get_y_offset_pixels
|
||||
png_get_y_pixels_per_meter
|
||||
png_malloc
|
||||
png_memcpy_check
|
||||
png_memset_check
|
||||
png_process_data
|
||||
png_progressive_combine_row
|
||||
png_read_end
|
||||
@ -99,7 +97,6 @@ EXPORTS
|
||||
png_set_compression_strategy
|
||||
png_set_compression_window_bits
|
||||
png_set_crc_action
|
||||
png_set_dither
|
||||
png_set_error_fn
|
||||
png_set_expand
|
||||
png_set_filler
|
||||
@ -171,9 +168,7 @@ EXPORTS
|
||||
png_convert_to_rfc1123
|
||||
png_set_invalid
|
||||
; Added at version 1.0.12
|
||||
png_read_init_3
|
||||
png_write_init_3
|
||||
png_info_init_3
|
||||
%12_% png_info_init_3
|
||||
png_destroy_struct
|
||||
; Added at version 1.2.0
|
||||
; For use with PNG_USER_MEM_SUPPORTED
|
||||
@ -184,17 +179,6 @@ EXPORTS
|
||||
png_free_default
|
||||
; MNG features
|
||||
png_permit_mng_features
|
||||
; MMX support
|
||||
; png_mmx_support
|
||||
; png_get_mmx_flagmask
|
||||
; png_get_asm_flagmask
|
||||
; png_get_asm_flags
|
||||
; png_get_mmx_bitdepth_threshold
|
||||
; png_get_mmx_rowbytes_threshold
|
||||
; png_set_asm_flags
|
||||
; png_init_mmx_flags
|
||||
; Strip error numbers
|
||||
png_set_strip_error_numbers
|
||||
; Added at version 1.2.2
|
||||
png_handle_as_unknown
|
||||
; Added at version 1.2.2 and deleted from 1.2.3
|
||||
@ -208,11 +192,8 @@ EXPORTS
|
||||
; Added at version 1.2.7
|
||||
png_set_add_alpha
|
||||
; Added at version 1.2.9
|
||||
png_get_uint_32
|
||||
png_save_uint_32
|
||||
png_get_uint_16
|
||||
png_save_uint_16
|
||||
png_get_int_32
|
||||
png_save_int_32
|
||||
png_get_uint_31
|
||||
png_set_expand_gray_1_2_4_to_8
|
||||
|
Loading…
Reference in New Issue
Block a user