From 96bbbe1be125a66ab03402ef541a88b54dfe31dc Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Thu, 23 Sep 2004 16:23:53 +0000 Subject: [PATCH] fix ifdef - its libpng not pnglib :) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/pnghand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.50.0