png_constcast 90 contrib/tools/pngfix.c # define png_constcast(type, value) const_cast<type>(value) png_constcast 97 contrib/tools/pngfix.c # define png_constcast(type, value) ((type)(value)) png_constcast 402 pngpriv.h # define png_constcast(type, value) const_cast<type>(value) png_constcast 409 pngpriv.h # define png_constcast(type, value) ((type)(value))