]> git.saurik.com Git - wxWidgets.git/commitdiff
hack around 10.2/10.3 bug with duplicate symbol
authorRyan Norton <wxprojects@comcast.net>
Thu, 2 Dec 2004 18:53:18 +0000 (18:53 +0000)
committerRyan Norton <wxprojects@comcast.net>
Thu, 2 Dec 2004 18:53:18 +0000 (18:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/png/png.h

index d25e6fb1531ed6aaec3c63cbb353e3a92b2ba82d..40e2b798bb80d5a8c147b26f4c7a00810e7742b4 100644 (file)
@@ -2726,9 +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 */
+#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));
-
 /* Initialize png_ptr struct for reading, and allocate any other memory.
  * (old interface - DEPRECATED - use png_create_read_struct instead).
  */