[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

View File

@ -91,6 +91,7 @@ version 1.5.0beta13 [March 9, 2010]
is defined. is defined.
Removed unused png_measure_compressed_chunk() from pngpriv.h and libpngpf.3 Removed unused png_measure_compressed_chunk() from pngpriv.h and libpngpf.3
Moved the 'config.h' support from pngconf.h to pngpriv.h Moved the 'config.h' support from pngconf.h to pngpriv.h
Removed PNGAPI from the png_longjmp_ptr typedef.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit (subscription required; visit

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 * application must include this before png.h to obtain the definition
* of jmp_buf. * of jmp_buf.
*/ */
typedef void (PNGAPI *png_longjmp_ptr) PNGARG((jmp_buf, int)); typedef void (*png_longjmp_ptr) PNGARG((jmp_buf, int));
#endif #endif
/* Transform masks for the high-level interface */ /* Transform masks for the high-level interface */