• G
    [devel]Made all API functions that have const arguments and constant string · e600c513
    Glenn Randers-Pehrson 提交于
    literal pointers declare them (John Bowler).
    Many APIs did not change their arguments but were not declared using
    PNG_CONST.  This change corrects this.  In a few cases APIs that return
    constant string literal pointers have also been changed to declare this.
    Unlike the argument change this may require app changes; however the
    results could never be written to (the app would crash on some platforms
    where strings are not writable), so this seems advisable.
    e600c513
pngset.c 32.6 KB