diff --git a/ANNOUNCE b/ANNOUNCE index aad29f008..3ad687cbd 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -91,6 +91,7 @@ version 1.5.0beta13 [March 9, 2010] is defined. Removed unused png_measure_compressed_chunk() from pngpriv.h and libpngpf.3 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 (subscription required; visit diff --git a/png.h b/png.h index ca75973fe..b867d6b02 100644 --- a/png.h +++ b/png.h @@ -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 */