zlib 1.2.9

This commit is contained in:
Mark Adler
2016-12-31 11:41:31 -08:00
parent 14e3194e1e
commit 2fa463bacf
55 changed files with 777 additions and 580 deletions

View File

@@ -10,8 +10,8 @@ unit zlibpas;
interface
const
ZLIB_VERSION = '1.2.8.1';
ZLIB_VERNUM = $1281;
ZLIB_VERSION = '1.2.9';
ZLIB_VERNUM = $1290;
type
alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;