[libpng16] Added default blank "#define PNG_RESTRICT" to pngconf.h

This has been missing since the feature was introduced in libpng-1.6.0beta04.
This commit is contained in:
Glenn Randers-Pehrson 2012-07-21 12:56:46 -05:00
parent 0a9f26e219
commit 80b67e47e8

View File

@ -435,6 +435,9 @@
#ifndef PNG_PRIVATE
# define PNG_PRIVATE /* This is a private libpng function */
#endif
#ifndef PNG_RESTRICT
# define PNG_RESTRICT /* The C99 "restrict" feature */
#endif
#ifndef PNG_FP_EXPORT /* A floating point API. */
# ifdef PNG_FLOATING_POINT_SUPPORTED
# define PNG_FP_EXPORT(ordinal, type, name, args)\