[devel] Bump to version libpng-1.5.0beta13

This commit is contained in:
Glenn Randers-Pehrson
2010-03-08 21:47:07 -06:00
parent 86f88ddd53
commit c957b6b0a4
31 changed files with 91 additions and 77 deletions

View File

@@ -18,6 +18,8 @@
* It should NOT be accessed directly by an application.
*/
#ifndef PNGSTRUCT_H
#define PNGSTRUCT_H
struct png_struct_def
{
#ifdef PNG_SETJMP_SUPPORTED
@@ -306,3 +308,4 @@ struct png_struct_def
png_uint_32 io_state;
#endif
};
#endif /* PNGSTRUCT_H */