modified wxPNGHandler to not use png_struct.jmpbuf
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 26 Jan 2002 00:19:53 +0000 (00:19 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 26 Jan 2002 00:19:53 +0000 (00:19 +0000)
commitbdffd806c3441e1d640c445ff785f5f1ea10298d
tree04091e0a9dafce71e248613654cb51ad422ab7a9
parentb9c98327f7780a473daa43d45c5dc7b185b72fce
modified wxPNGHandler to not use png_struct.jmpbuf
(its size is compiler-dependant, so it wasn't possible to use libpng as a DLL,
and that's a problem since MGL exports it's own libpng)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/imagpng.cpp