mirror of
https://github.com/madler/zlib
synced 2025-03-28 21:13:15 +00:00
Fix Ada bindings on x64.
This commit is contained in:
parent
c715ad71fe
commit
0b29118367
@ -12,7 +12,8 @@ package body ZLib.Thin is
|
||||
|
||||
ZLIB_VERSION : constant Chars_Ptr := zlibVersion;
|
||||
|
||||
Z_Stream_Size : constant Int := Z_Stream'Size / System.Storage_Unit;
|
||||
Dummy : Z_Stream;
|
||||
Z_Stream_Size : constant Int := Dummy'Size / System.Storage_Unit;
|
||||
|
||||
--------------
|
||||
-- Avail_In --
|
||||
|
Loading…
x
Reference in New Issue
Block a user