]> git.saurik.com Git - wxWidgets.git/commitdiff
fix ifdef - its libpng not pnglib :)
authorRyan Norton <wxprojects@comcast.net>
Thu, 23 Sep 2004 16:23:53 +0000 (16:23 +0000)
committerRyan Norton <wxprojects@comcast.net>
Thu, 23 Sep 2004 16:23:53 +0000 (16:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/pnghand.h

index 7f504457d9c4ab447ce4f4aea0b697e9dfabd999..d700daad656d914813312557052f21b139742e47 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "wx/defs.h"
 
-#if wxUSE_PNGLIB
+#if wxUSE_LIBPNG
 
 class WXDLLEXPORT wxPNGFileHandler: public wxBitmapHandler
 {