mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Added back in export symbols that can be present
in the Windows build but are disabled by default.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user