Imported from libpng-1.2.0beta1.tar

This commit is contained in:
Glenn Randers-Pehrson
2001-05-06 05:34:26 -05:00
parent e68f5a361b
commit 1fd5fb33c2
56 changed files with 1093 additions and 826 deletions

View File

@@ -7,8 +7,8 @@ unit pngdef;
interface
const
PNG_LIBPNG_VER_STRING = '1.0.12beta1';
PNG_LIBPNG_VER = 10012;
PNG_LIBPNG_VER_STRING = '1.2.0beta1';
PNG_LIBPNG_VER = 10200;
type
png_uint_32 = Cardinal;