mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 06:29:16 +02:00
* Bump version number
git-svn-id: trunk@1863 -
This commit is contained in:
parent
9f85c92ef1
commit
9b1a4c88a8
@ -6,15 +6,12 @@ uses
|
|||||||
zbase;
|
zbase;
|
||||||
|
|
||||||
const
|
const
|
||||||
ZLIB_VERSION = '1.1.2';
|
ZLIB_VERSION = '1.2';
|
||||||
|
|
||||||
type
|
type
|
||||||
{ Compatibility types }
|
{ Compatibility types }
|
||||||
z_off_t = longint;
|
z_off_t = longint;
|
||||||
|
|
||||||
TAllocfunc = function (opaque:pointer; items:cardinal; size:cardinal):pointer;
|
|
||||||
TFreeFunc = procedure (opaque:pointer; address:pointer);
|
|
||||||
|
|
||||||
TInternalState = record
|
TInternalState = record
|
||||||
end;
|
end;
|
||||||
PInternalState = ^TInternalstate;
|
PInternalState = ^TInternalstate;
|
||||||
|
Loading…
Reference in New Issue
Block a user