[devel] Removed PNGAPI from the png_longjmp_ptr typedef.

This commit is contained in:
Glenn Randers-Pehrson
2010-03-09 16:46:06 -06:00
parent dc6182a307
commit f70645c592
2 changed files with 2 additions and 1 deletions

2
png.h
View File

@@ -745,7 +745,7 @@ typedef void (PNGAPI *png_unknown_chunk_ptr) PNGARG((png_structp));
* application must include this before png.h to obtain the definition
* of jmp_buf.
*/
typedef void (PNGAPI *png_longjmp_ptr) PNGARG((jmp_buf, int));
typedef void (*png_longjmp_ptr) PNGARG((jmp_buf, int));
#endif
/* Transform masks for the high-level interface */