[devel] Added back in export symbols that can be present
in the Windows build but are disabled by default.
This commit is contained in:
parent
300c8aea4d
commit
69dd5f56f8
2
ANNOUNCE
2
ANNOUNCE
@ -103,6 +103,8 @@ version 1.5.0beta14 [March 11, 2010]
|
||||
Corrected CE and OS/2 DEF files (scripts/png*def) for symbols removed and
|
||||
added ordinal numbers to the Windows DEF file and corrected the duplicated
|
||||
ordinal numbers on CE symbols that are commented out.
|
||||
Added back in export symbols that can be present in the Windows build but
|
||||
are disabled by default.
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
(subscription required; visit
|
||||
|
2
CHANGES
2
CHANGES
@ -2580,6 +2580,8 @@ version 1.5.0beta14 [March 11, 2010]
|
||||
Corrected CE and OS/2 DEF files (scripts/png*def) for symbols removed and
|
||||
added ordinal numbers to the Windows DEF file and corrected the duplicated
|
||||
ordinal numbers on CE symbols that are commented out.
|
||||
Added back in export symbols that can be present in the Windows build but
|
||||
are disabled by default.
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
(subscription required; visit
|
||||
|
@ -103,6 +103,8 @@ EXPORTS
|
||||
png_set_compression_strategy @94
|
||||
png_set_compression_window_bits @95
|
||||
png_set_crc_action @96
|
||||
; For use with PNG_READ_DITHER_SUPPORTED
|
||||
; png_set_dither @97
|
||||
png_set_error_fn @98
|
||||
png_set_expand @99
|
||||
png_set_filler @100
|
||||
@ -196,6 +198,11 @@ EXPORTS
|
||||
; Added at version 1.2.7
|
||||
png_set_add_alpha @199
|
||||
; Added at version 1.2.9
|
||||
; For use with !PNG_USE_READ_MACROS
|
||||
; png_get_uint_32 @200
|
||||
; png_get_uint_16 @202
|
||||
; For use with !PNG_USE_READ_MACROS && PNG_GET_INT_32_SUPPORTED
|
||||
; png_get_int_32 @204
|
||||
png_save_uint_32 @201
|
||||
png_save_uint_16 @203
|
||||
png_save_int_32 @205
|
||||
|
Loading…
Reference in New Issue
Block a user