mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Fixed reference to zlib stream.
This commit is contained in:
parent
208a051c36
commit
e51dd48a91
@ -26,7 +26,7 @@
|
||||
typedef zng_stream zlib_stream;
|
||||
#else
|
||||
# define ZLIB_PREFIX(x) x
|
||||
typedef zstream zlib_stream;
|
||||
typedef z_stream zlib_stream;
|
||||
#endif
|
||||
|
||||
#if !defined(DEF_MEM_LEVEL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user