[devel] Added back in export symbols that can be present

in the Windows build but are disabled by default.
This commit is contained in:
Glenn Randers-Pehrson
2010-03-11 17:38:18 -06:00
parent 300c8aea4d
commit 69dd5f56f8
3 changed files with 11 additions and 0 deletions

View File

@@ -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