Imported from libpng-1.2.6beta1.tar

This commit is contained in:
Glenn Randers-Pehrson
2002-10-22 08:28:43 -05:00
parent 0cc2f95a9d
commit c33ab4e8df
61 changed files with 170 additions and 143 deletions

View File

@@ -7,8 +7,8 @@ unit pngdef;
interface
const
PNG_LIBPNG_VER_STRING = '1.2.5';
PNG_LIBPNG_VER = 10205;
PNG_LIBPNG_VER_STRING = '1.2.6beta1';
PNG_LIBPNG_VER = 10206;
type
png_uint_32 = Cardinal;