Imported from libpng-1.2.1beta1.tar

This commit is contained in:
Glenn Randers-Pehrson
2001-10-18 20:55:13 -05:00
parent 10781048be
commit 5a0be341ba
55 changed files with 376 additions and 184 deletions

View File

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