]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagpng.cpp
removing path corrections for wxMac, we now want a correct platform string for unzOpen
[wxWidgets.git] / src / common / imagpng.cpp
index 45dd9c46cae2666347ead63a522522a116725d6e..653c4effc8e3dee4473b554cd2965641b4c7e5e4 100644 (file)
@@ -54,7 +54,7 @@
 
 IMPLEMENT_DYNAMIC_CLASS(wxPNGHandler,wxImageHandler)
 
-#if wxUSE_LIBPNG
+#if wxUSE_STREAMS
 
 #ifndef PNGLINKAGEMODE
     #ifdef __WATCOMC__