[libpng16] Bump version to 1.6.32rc03

This commit is contained in:
Glenn Randers-Pehrson
2017-08-22 20:04:35 -05:00
parent de315dfaad
commit 1257369169
25 changed files with 62 additions and 57 deletions

View File

@@ -10,7 +10,8 @@
// The modifications in 2017 by Glenn Randers-Pehrson include
// 1. addition of a PNG_CLEANUP macro,
// 2. setting the option to ignore ADLER32 checksums,
// 3. adding "#include <string.h>" which is needed on some platforms.
// 3. adding "#include <string.h>" which is needed on some platforms
// to provide memcpy().
#include <stddef.h>
#include <stdint.h>