X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7fc0c29c976845d90179f3632cc64a3fff0edbb..212e8ef365cbf061ad24b1d03aa6f393c411ed6f:/src/png/scripts/pngw32.def diff --git a/src/png/scripts/pngw32.def b/src/png/scripts/pngw32.def index 0a174112b7..79de878480 100644 --- a/src/png/scripts/pngw32.def +++ b/src/png/scripts/pngw32.def @@ -3,10 +3,9 @@ ;------------------------------------------ LIBRARY -DESCRIPTION "PNG image compression library for Windows" EXPORTS -;Version 1.2.6 +;Version 1.2.34 png_build_grayscale_palette @1 png_check_sig @2 png_chunk_error @3 @@ -46,7 +45,7 @@ EXPORTS png_get_image_width @37 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_pCAL @42 png_get_pHYs @43 @@ -115,6 +114,7 @@ EXPORTS png_set_gAMA @104 png_set_gAMA_fixed @105 png_set_gamma @106 +; png_set_gray_1_2_4_to_8 is deprecated png_set_gray_1_2_4_to_8 @107 png_set_gray_to_rgb @108 png_set_hIST @109 @@ -179,15 +179,60 @@ EXPORTS png_read_init_2 @166 png_write_init_2 @167 png_access_version_number @168 -; png_sig_bytes @169 -; png_libpng_ver @170 +; png_sig_bytes @169 +; Removed from version 1.2.20 +; png_libpng_ver @170 +; png_init_io @171 png_convert_to_rfc1123 @172 png_set_invalid @173 ; Added at version 1.0.12 -; For compatiblity with 1.0.7-1.0.11 - png_info_init @174 +; For compatibility with 1.0.7-1.0.11 +; png_info_init @174 png_read_init_3 @175 png_write_init_3 @176 png_info_init_3 @177 png_destroy_struct @178 +; Added at version 1.2.0 +; For use with PNG_USER_MEM_SUPPORTED + png_destroy_struct_2 @179 + png_create_read_struct_2 @180 + png_create_write_struct_2 @181 + png_malloc_default @182 + png_free_default @183 +; MNG features + png_permit_mng_features @184 +; MMX support + png_mmx_support @185 +; png_get_mmx_flagmask @186 + png_get_asm_flagmask @187 + png_get_asm_flags @188 +; png_get_mmx_bitdepth_threshold @189 +; png_get_mmx_rowbytes_threshold @190 + png_set_asm_flags @191 +; png_init_mmx_flags @192 +; Strip error numbers + png_set_strip_error_numbers @193 +; Added at version 1.2.2 + png_handle_as_unknown @194 +; Added at version 1.2.2 and deleted from 1.2.3 +; png_zalloc @195 +; png_zfree @196 +; Added at version 1.2.4 + png_malloc_warn @195 +; Added at version 1.2.6 + png_malloc_warn @195 + png_get_user_height_max @196 + png_get_user_width_max @197 + png_set_user_limits @198 +; Added at version 1.2.7 + png_set_add_alpha @199 +; Added at version 1.2.9 + png_get_uint_32 @200 + png_save_uint_32 @201 + png_get_uint_16 @202 + png_save_uint_16 @203 + png_get_int_32 @204 + png_save_int_32 @205 + png_get_uint_31 @206 + png_set_expand_gray_1_2_4_to_8 @207