From ea0c7b699e3641c770fa77b5a83d19510681ec38 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Thu, 31 Mar 2011 23:25:29 -0500 Subject: [PATCH] [devel] Update LAST_ORDINAL to 226 in png.h, to account for new API. --- png.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/png.h b/png.h index 0601f4728..108f3116e 100644 --- a/png.h +++ b/png.h @@ -2315,7 +2315,7 @@ PNG_EXPORT(207, void, png_save_uint_16, (png_bytep buf, unsigned int i)); * scripts/symbols.def as well. */ #ifdef PNG_EXPORT_LAST_ORDINAL - PNG_EXPORT_LAST_ORDINAL(221); + PNG_EXPORT_LAST_ORDINAL(226); #endif #ifdef __cplusplus -- GitLab