From ef31f1572892daddbf9bc321f8f43c34533004d7 Mon Sep 17 00:00:00 2001
From: Ryan Norton <wxprojects@comcast.net>
Date: Fri, 17 Dec 2004 15:41:00 +0000
Subject: [PATCH] Document osx hack

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 src/png/png.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/png/png.h b/src/png/png.h
index 40e2b798bb..b57acb4141 100644
--- a/src/png/png.h
+++ b/src/png/png.h
@@ -2726,6 +2726,9 @@ PNG_EXTERN png_int_32 png_get_int_32 PNGARG((png_bytep buf));
 PNG_EXTERN png_uint_32 png_get_uint_32 PNGARG((png_bytep buf));
 PNG_EXTERN png_uint_16 png_get_uint_16 PNGARG((png_bytep buf));
 #endif /* !PNG_READ_BIG_ENDIAN_SUPPORTED */
+/* RN: This define is blatent hack to get png to (hopefully) 
+   link on OSX 10.2 and earlier versions of 10.3 due to an 
+   Apple linking bug introduced in 10.2 */
 #define png_get_uint_31 wxpng_get_uint_31
 PNG_EXTERN png_uint_32 png_get_uint_31 PNGARG((png_structp png_ptr,
   png_bytep buf));
-- 
2.47.2