zlib 1.2.4.3

This commit is contained in:
Mark Adler
2011-09-09 23:34:38 -07:00
parent 7147f24cd7
commit f4498bea28
24 changed files with 122 additions and 73 deletions

View File

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