Skip to content

Commit

Permalink
Fixed bug 1912 - png_const_bytep should not be used in libpng >= 14
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 9, 2014
1 parent 023289c commit 8898c9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IMG_png.c
Expand Up @@ -76,6 +76,7 @@ typedef png_bytep png_const_bytep;
#if (PNG_LIBPNG_VER_MINOR < 6)
typedef png_structp png_const_structrp;
typedef png_infop png_const_inforp;
typedef png_bytep png_const_bytep;
#endif
#endif

Expand Down

0 comments on commit 8898c9b

Please sign in to comment.