X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/880c38ba18589a4a6dcff4a65fa1bf8e6b87402e..d08504dfa577c3510b150d19b9539fea3df24fce:/src/png/scripts/pngw32.def diff --git a/src/png/scripts/pngw32.def b/src/png/scripts/pngw32.def index 5bff2d2ab8..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.7 +;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,14 +179,16 @@ 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 @@ -202,13 +204,13 @@ EXPORTS png_permit_mng_features @184 ; MMX support png_mmx_support @185 - png_get_mmx_flagmask @186 +; 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_get_mmx_bitdepth_threshold @189 +; png_get_mmx_rowbytes_threshold @190 png_set_asm_flags @191 - png_init_mmx_flags @192 +; png_init_mmx_flags @192 ; Strip error numbers png_set_strip_error_numbers @193 ; Added at version 1.2.2 @@ -225,3 +227,12 @@ EXPORTS 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