[master] Removed reference to png_calloc from scripts/*.def

This commit is contained in:
Glenn Randers-Pehrson 2009-11-08 15:15:37 -06:00
parent bd6f1edea8
commit 87480bf6d4
5 changed files with 4 additions and 5 deletions

View File

@ -123,7 +123,8 @@ version 1.2.41beta14 [November 8, 2009]
1.2.41beta12.
Reverted IOSTATE feature, user_cache_max, and premultiply_alpha features
from 1.2.41beta08.
Retained png_calloc() from 1.2.41beta08 but as a non-exported function
Retained png_calloc() from 1.2.41beta08 but as a non-exported function,
and removed reference to png_calloc from scripts/*.def
Send comments/corrections/commendations to png-mng-implement at lists.sf.net

View File

@ -2553,7 +2553,8 @@ version 1.2.41beta14 [November 8, 2009]
1.2.41beta12.
Reverted IOSTATE feature, user_cache_max, and premultiply_alpha features
from 1.2.41beta08.
Retained png_calloc() from 1.2.41beta08 but as a non-exported function.
Retained png_calloc() from 1.2.41beta08 but as a non-exported function,
and removed reference to png_calloc from scripts/*.def
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -243,4 +243,3 @@ EXPORTS
png_get_chunk_cache_max @215
png_set_chunk_cache_max @216
png_check_cHRM_fixed @217
png_calloc @218

View File

@ -234,7 +234,6 @@ EXPORTS
png_get_chunk_cache_max
png_set_chunk_cache_max
png_check_cHRM_fixed
png_calloc
; These are not present when libpng is compiled with PNG_NO_GLOBAL_ARRAYS
png_pass_start

View File

@ -248,4 +248,3 @@ EXPORTS
png_get_chunk_cache_max @215
png_set_chunk_cache_max @216
png_check_cHRM_fixed @217
png_calloc @218