diff --git a/ANNOUNCE b/ANNOUNCE index 392c03783..e4ff5b1e6 100644 --- a/ANNOUNCE +++ b/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 diff --git a/CHANGES b/CHANGES index 386969093..6d71f7f62 100644 --- a/CHANGES +++ b/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 diff --git a/scripts/pngwin.def b/scripts/pngwin.def index 29aeb10bc..41ea2a11f 100644 --- a/scripts/pngwin.def +++ b/scripts/pngwin.def @@ -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