[devel] Update LAST_ORDINAL to 226 in png.h, to account for new API.

This commit is contained in:
Glenn Randers-Pehrson 2011-03-31 23:25:29 -05:00
parent f83783115f
commit ea0c7b699e

2
png.h
View File

@ -2315,7 +2315,7 @@ PNG_EXPORT(207, void, png_save_uint_16, (png_bytep buf, unsigned int i));
* scripts/symbols.def as well. * scripts/symbols.def as well.
*/ */
#ifdef PNG_EXPORT_LAST_ORDINAL #ifdef PNG_EXPORT_LAST_ORDINAL
PNG_EXPORT_LAST_ORDINAL(221); PNG_EXPORT_LAST_ORDINAL(226);
#endif #endif
#ifdef __cplusplus #ifdef __cplusplus