[master] Removed reference to some non-exported functions from scripts/*.def
These functions won't be exported until libpng-1.4.0
This commit is contained in:
parent
bcb1b414ed
commit
8397b45b20
5
ANNOUNCE
5
ANNOUNCE
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Libpng 1.2.41beta19 - November 11, 2009
|
Libpng 1.2.41beta19 - November 12, 2009
|
||||||
|
|
||||||
This is not intended to be a public release. It will be replaced
|
This is not intended to be a public release. It will be replaced
|
||||||
within a few weeks by a public version or by another test version.
|
within a few weeks by a public version or by another test version.
|
||||||
@ -155,7 +155,8 @@ version 1.2.41beta18 [November 11, 2009]
|
|||||||
Renamed scripts/makefile.wce to scripts/makefile.cegcc
|
Renamed scripts/makefile.wce to scripts/makefile.cegcc
|
||||||
Marked nonexported functions with PNG_PRIVATE macro.
|
Marked nonexported functions with PNG_PRIVATE macro.
|
||||||
|
|
||||||
version 1.2.41beta19 [November 11, 2009]
|
version 1.2.41beta19 [November 12, 2009]
|
||||||
|
Revised scripts/*.def to reflect functions actually exported by libpng.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
|
|
||||||
|
3
CHANGES
3
CHANGES
@ -2586,7 +2586,8 @@ version 1.2.41beta18 [November 11, 2009]
|
|||||||
Renamed scripts/makefile.wce to scripts/makefile.cegcc
|
Renamed scripts/makefile.wce to scripts/makefile.cegcc
|
||||||
Marked nonexported functions with PNG_PRIVATE macro.
|
Marked nonexported functions with PNG_PRIVATE macro.
|
||||||
|
|
||||||
version 1.2.41beta19 [November 11, 2009]
|
version 1.2.41beta19 [November 12, 2009]
|
||||||
|
Revised scripts/*.def to reflect functions actually exported by libpng.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
@ -44,7 +44,6 @@ EXPORTS
|
|||||||
png_get_image_height @36
|
png_get_image_height @36
|
||||||
png_get_image_width @37
|
png_get_image_width @37
|
||||||
png_get_interlace_type @38
|
png_get_interlace_type @38
|
||||||
png_get_io_ptr @39
|
|
||||||
png_get_libpng_ver @40
|
png_get_libpng_ver @40
|
||||||
png_get_oFFs @41
|
png_get_oFFs @41
|
||||||
png_get_pCAL @42
|
png_get_pCAL @42
|
||||||
@ -208,7 +207,7 @@ EXPORTS
|
|||||||
; png_set_asm_flags @191
|
; png_set_asm_flags @191
|
||||||
; png_init_mmx_flags @192
|
; png_init_mmx_flags @192
|
||||||
; Strip error numbers
|
; Strip error numbers
|
||||||
; png_set_strip_error_numbers @193
|
png_set_strip_error_numbers @193
|
||||||
; Added at version 1.2.2
|
; Added at version 1.2.2
|
||||||
png_handle_as_unknown @179
|
png_handle_as_unknown @179
|
||||||
png_zalloc @180
|
png_zalloc @180
|
||||||
@ -234,12 +233,4 @@ EXPORTS
|
|||||||
png_set_expand_gray_1_2_4_to_8 @207
|
png_set_expand_gray_1_2_4_to_8 @207
|
||||||
; Added at version 1.2.41
|
; Added at version 1.2.41
|
||||||
png_write_sig @208
|
png_write_sig @208
|
||||||
png_benign_error @209
|
|
||||||
png_benign_chunk_error @210
|
|
||||||
png_set_benign_error @211
|
|
||||||
png_get_io_chunk_name @212
|
|
||||||
png_get_io_state @213
|
|
||||||
png_set_premultiply_alpha @214
|
|
||||||
png_get_chunk_cache_max @215
|
|
||||||
png_set_chunk_cache_max @216
|
|
||||||
png_check_cHRM_fixed @217
|
png_check_cHRM_fixed @217
|
||||||
|
@ -11,7 +11,6 @@ DATA PRELOAD MOVEABLE MULTIPLE
|
|||||||
|
|
||||||
EXPORTS
|
EXPORTS
|
||||||
|
|
||||||
|
|
||||||
png_build_grayscale_palette
|
png_build_grayscale_palette
|
||||||
png_check_sig
|
png_check_sig
|
||||||
png_chunk_error
|
png_chunk_error
|
||||||
@ -225,14 +224,6 @@ EXPORTS
|
|||||||
|
|
||||||
; Added at version 1.2.41
|
; Added at version 1.2.41
|
||||||
png_write_sig
|
png_write_sig
|
||||||
png_benign_error
|
|
||||||
png_benign_chunk_error
|
|
||||||
png_set_benign_error
|
|
||||||
png_get_io_chunk_name
|
|
||||||
png_get_io_state
|
|
||||||
png_set_premultiply_alpha
|
|
||||||
png_get_chunk_cache_max
|
|
||||||
png_set_chunk_cache_max
|
|
||||||
png_check_cHRM_fixed
|
png_check_cHRM_fixed
|
||||||
|
|
||||||
; 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
|
||||||
|
@ -239,12 +239,4 @@ EXPORTS
|
|||||||
png_set_expand_gray_1_2_4_to_8 @207
|
png_set_expand_gray_1_2_4_to_8 @207
|
||||||
; Added at version 1.2.41
|
; Added at version 1.2.41
|
||||||
png_write_sig @208
|
png_write_sig @208
|
||||||
png_benign_error @209
|
|
||||||
png_benign_chunk_error @210
|
|
||||||
png_set_benign_error @211
|
|
||||||
png_get_io_chunk_name @212
|
|
||||||
png_get_io_state @213
|
|
||||||
png_set_premultiply_alpha @214
|
|
||||||
png_get_chunk_cache_max @215
|
|
||||||
png_set_chunk_cache_max @216
|
|
||||||
png_check_cHRM_fixed @217
|
png_check_cHRM_fixed @217
|
||||||
|
Reference in New Issue
Block a user