diff options
author | Nathan Moinvaziri <nathan@nathanm.com> | 2020-05-27 18:16:50 -0700 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2020-06-08 21:14:07 +0200 |
commit | 6dcc7bf815c803fe7712e449b3c8fee8f3ab6dda (patch) | |
tree | af00a790454262820503125a0d79f115925326ec /win32 | |
parent | f7305d1f82161f249c4acd4eea41e611c4f41cd3 (diff) |
For gzseek, gzoffset, gzopen, adler32_combine, crc32_combine and crc32_combine_gen, export 32-bit and 64-bit versions for zlib-compatible api and only 64-bit version (without 64 suffix) for zlib-ng native api.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/zlib-ng.def | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/zlib-ng.def b/win32/zlib-ng.def index 2525a86..467d790 100644 --- a/win32/zlib-ng.def +++ b/win32/zlib-ng.def @@ -37,9 +37,6 @@ EXPORTS zng_compressBound zng_uncompress zng_uncompress2 -; large file functions - zng_adler32_combine64 - zng_crc32_combine64 ; checksum functions zng_adler32 zng_adler32_z |