mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Removed png_longjmp_ptr from scripts/*.def and libpng.3
It is a pointer, not an exported function.
This commit is contained in:
@@ -254,5 +254,4 @@ EXPORTS
|
||||
png_set_chunk_cache_max @216
|
||||
png_check_cHRM_fixed @217
|
||||
png_calloc @218
|
||||
png_longjmp_ptr @219
|
||||
png_set_longjmp_fn @220
|
||||
png_set_longjmp_fn @219
|
||||
|
||||
@@ -214,7 +214,6 @@ EXPORTS
|
||||
png_set_chunk_cache_max
|
||||
png_check_cHRM_fixed
|
||||
png_calloc
|
||||
png_longjmp_ptr
|
||||
png_set_longjmp_fn
|
||||
|
||||
; These are not present when libpng is compiled with PNG_NO_GLOBAL_ARRAYS
|
||||
|
||||
@@ -209,5 +209,4 @@ EXPORTS
|
||||
png_set_chunk_cache_max
|
||||
png_check_cHRM_fixed
|
||||
png_calloc
|
||||
png_longjmp_ptr
|
||||
png_set_longjmp_fn
|
||||
|
||||
Reference in New Issue
Block a user