From: Ryan Norton Date: Thu, 23 Sep 2004 16:23:53 +0000 (+0000) Subject: fix ifdef - its libpng not pnglib :) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/96bbbe1be125a66ab03402ef541a88b54dfe31dc?ds=inline fix ifdef - its libpng not pnglib :) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/carbon/pnghand.h b/include/wx/mac/carbon/pnghand.h index 7f504457d9..d700daad65 100644 --- a/include/wx/mac/carbon/pnghand.h +++ b/include/wx/mac/carbon/pnghand.h @@ -18,7 +18,7 @@ #include "wx/defs.h" -#if wxUSE_PNGLIB +#if wxUSE_LIBPNG class WXDLLEXPORT wxPNGFileHandler: public wxBitmapHandler {