Update PNG library to avoid more -Wundef warnings in MinGW build
Define symbols used in MIPS/PPC code which are also tested using "#if PNG_FOO > 0" as 0 instead of leaving them undefined.
This commit is contained in:
Define symbols used in MIPS/PPC code which are also tested using "#if PNG_FOO > 0" as 0 instead of leaving them undefined.