• G
    [devel] Fixed VS warnings/errors in vstudio project, tidy up Try/Catch · 438b3cae
    Glenn Randers-Pehrson 提交于
    The Try/Catch blocks were checking that the context had not changed -
    unnecessary and cexcept cannot handle separate (potentially interleaved)
    contexts anyway.  Changed the code to make the Catch re-instate the context -
    this should help the compiler because the context is the png_store and
    minimising the need for the compiler to avoid optimizing it away is good.
    438b3cae
pngvalid.vcxproj 11.3 KB