Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/libpng/scripts/pngos2.def

    r561 r846  
    33;----------------------------------------
    44
    5 ; Version 1.2.40
     5; Version 1.4.0
    66
    77LIBRARY         PNG
     
    1212EXPORTS
    1313
    14 
    1514  png_build_grayscale_palette
    16   png_check_sig
    1715  png_chunk_error
    1816  png_chunk_warning
     
    8179  png_get_y_pixels_per_meter
    8280  png_malloc
    83   png_memcpy_check
    84   png_memset_check
    85   png_permit_empty_plte
    8681  png_process_data
    8782  png_progressive_combine_row
     
    8984  png_read_image
    9085  png_read_info
    91 ; png_read_init ; deprecated
    9286  png_read_png
    9387  png_read_row
     
    109103  png_set_compression_window_bits
    110104  png_set_crc_action
    111   png_set_dither
    112105  png_set_error_fn
    113106  png_set_expand
     
    119112  png_set_gAMA_fixed
    120113  png_set_gamma
    121 ; png_set_gray_1_2_4_to_8 ; deprecated as of libpng-1.2.9
    122114  png_set_gray_to_rgb
    123115  png_set_hIST
     
    174166  png_write_info
    175167  png_write_info_before_PLTE
    176 ; png_write_init ; deprecated
    177168  png_write_png
    178169  png_write_row
    179170  png_write_rows
    180   png_read_init_2
    181   png_write_init_2
     171  png_write_sig
    182172  png_access_version_number
    183173  png_init_io
     
    186176
    187177; Added at version 1.2.0:
    188   png_mmx_support
    189178  png_permit_empty_plte
    190179  png_permit_mng_features
    191   png_get_mmx_flagmask
    192   png_get_asm_flagmask
    193   png_get_asm_flags
    194   png_get_mmx_bitdepth_threshold
    195   png_get_mmx_rowbytes_threshold
    196   png_set_asm_flags
    197   png_init_mmx_flags
    198180
    199181; Added at version 1.2.2:
     
    215197
    216198; Added at version 1.2.9
    217   png_get_uint_32
    218199  png_save_uint_32
    219   png_get_uint_16
    220200  png_save_uint_16
    221   png_get_int_32
    222201  png_save_int_32
    223202  png_get_uint_31
    224203  png_set_expand_gray_1_2_4_to_8
    225204
     205; Added at version 1.2.41
     206  png_write_sig
     207; png_benign_error
     208; png_benign_chunk_error
     209; png_set_benign_error
     210  png_get_io_chunk_name
     211  png_get_io_state
     212  png_set_premultiply_alpha
     213  png_get_chunk_cache_max
     214  png_set_chunk_cache_max
     215  png_check_cHRM_fixed
     216  png_calloc
     217  png_set_longjmp_fn
     218
    226219; These are not present when libpng is compiled with PNG_NO_GLOBAL_ARRAYS
     220  png_libpng_ver
    227221  png_pass_start
    228222  png_pass_inc
Note: See TracChangeset for help on using the changeset viewer.