Imported from libpng-1.0.4-pre2.tar

This commit is contained in:
Glenn Randers-Pehrson
1999-09-18 10:54:36 -05:00
parent 4393a9ad6b
commit f8b008cd43
41 changed files with 135 additions and 120 deletions

View File

@@ -3,8 +3,8 @@ unit pngdef;
interface
const
PNG_LIBPNG_VER_STRING = '1.0.3b';
PNG_LIBPNG_VER = 10001;
PNG_LIBPNG_VER_STRING = '1.0.4';
PNG_LIBPNG_VER = 10004;
type
png_uint_32 = Cardinal;