Imported from libpng-1.0.6a.tar

This commit is contained in:
Glenn Randers-Pehrson
2000-04-01 21:10:05 -06:00
parent 520a764cd7
commit 68ea243ca3
44 changed files with 316 additions and 264 deletions

View File

@@ -3,8 +3,8 @@ unit pngdef;
interface
const
PNG_LIBPNG_VER_STRING = '1.0.6';
PNG_LIBPNG_VER = 10006;
PNG_LIBPNG_VER_STRING = '1.0.6a';
PNG_LIBPNG_VER = 10007;
type
png_uint_32 = Cardinal;