zlib 1.2.4.4

This commit is contained in:
Mark Adler
2011-09-09 23:34:45 -07:00
parent f4498bea28
commit a7d70663cf
22 changed files with 138 additions and 81 deletions

View File

@@ -10,7 +10,7 @@ unit zlibpas;
interface
const
ZLIB_VERSION = '1.2.4.3';
ZLIB_VERSION = '1.2.4.4';
type
alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;