]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fixed missing crc32_combine exports for zlib 1.2.12.
authorNathan Moinvaziri <nathan@nathanm.com>
Sun, 3 Apr 2022 00:31:45 +0000 (17:31 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 5 Apr 2022 11:43:29 +0000 (13:43 +0200)
win32/zlib.def.in
win32/zlibcompat.def.in
zlib_name_mangling-ng.h.in
zlib_name_mangling.h.in

index 66a6f66fb4438bfbc45d39d21afb0bc1882d32b2..561a42f7f8504bd55121b14ec6c775bfd1f3f16e 100644 (file)
@@ -38,6 +38,7 @@ EXPORTS
 ; large file functions
     @ZLIB_SYMBOL_PREFIX@adler32_combine64
     @ZLIB_SYMBOL_PREFIX@crc32_combine64
+    @ZLIB_SYMBOL_PREFIX@crc32_combine_gen64
 ; checksum functions
     @ZLIB_SYMBOL_PREFIX@adler32
     @ZLIB_SYMBOL_PREFIX@adler32_z
@@ -45,6 +46,8 @@ EXPORTS
     @ZLIB_SYMBOL_PREFIX@crc32_z
     @ZLIB_SYMBOL_PREFIX@adler32_combine
     @ZLIB_SYMBOL_PREFIX@crc32_combine
+    @ZLIB_SYMBOL_PREFIX@crc32_combine_gen
+    @ZLIB_SYMBOL_PREFIX@crc32_combine_op
 ; various hacks, don't look :)
     @ZLIB_SYMBOL_PREFIX@deflateInit_
     @ZLIB_SYMBOL_PREFIX@deflateInit2_
index dbb3c3f7122429e36d1d6004a65c01e069443fbe..52a713cf03e1503f893eebf818f66fd465ad8704 100644 (file)
@@ -69,6 +69,7 @@ EXPORTS
     @ZLIB_SYMBOL_PREFIX@gzoffset64
     @ZLIB_SYMBOL_PREFIX@adler32_combine64
     @ZLIB_SYMBOL_PREFIX@crc32_combine64
+    @ZLIB_SYMBOL_PREFIX@crc32_combine_gen64
 ; checksum functions
     @ZLIB_SYMBOL_PREFIX@adler32
     @ZLIB_SYMBOL_PREFIX@adler32_z
@@ -76,6 +77,8 @@ EXPORTS
     @ZLIB_SYMBOL_PREFIX@crc32_z
     @ZLIB_SYMBOL_PREFIX@adler32_combine
     @ZLIB_SYMBOL_PREFIX@crc32_combine
+    @ZLIB_SYMBOL_PREFIX@crc32_combine_gen
+    @ZLIB_SYMBOL_PREFIX@crc32_combine_op
 ; various hacks, don't look :)
     @ZLIB_SYMBOL_PREFIX@deflateInit_
     @ZLIB_SYMBOL_PREFIX@deflateInit2_
index 627ed46510691e808f9a567361f7a36338f03929..78ab9e3ef10805f36c54210fc69f2668659cb312 100644 (file)
@@ -26,6 +26,9 @@
 #define zng_crc32                 @ZLIB_SYMBOL_PREFIX@zng_crc32
 #define zng_crc32_combine         @ZLIB_SYMBOL_PREFIX@zng_crc32_combine
 #define zng_crc32_combine64       @ZLIB_SYMBOL_PREFIX@zng_crc32_combine64
+#define zng_crc32_combine_gen     @ZLIB_SYMBOL_PREFIX@zng_crc32_combine_gen
+#define zng_crc32_combine_gen64   @ZLIB_SYMBOL_PREFIX@zng_crc32_combine_gen64
+#define zng_crc32_combine_op      @ZLIB_SYMBOL_PREFIX@zng_crc32_combine_op
 #define zng_crc32_z               @ZLIB_SYMBOL_PREFIX@zng_crc32_z
 #define zng_deflate               @ZLIB_SYMBOL_PREFIX@zng_deflate
 #define zng_deflateBound          @ZLIB_SYMBOL_PREFIX@zng_deflateBound
index 22d458b1c9df21e6ead3596b7ca0c266f1f58aeb..5a1b2cea7e2f98c7a2cd3e88b04cea2e35316a3d 100644 (file)
@@ -26,6 +26,9 @@
 #define crc32                 @ZLIB_SYMBOL_PREFIX@crc32
 #define crc32_combine         @ZLIB_SYMBOL_PREFIX@crc32_combine
 #define crc32_combine64       @ZLIB_SYMBOL_PREFIX@crc32_combine64
+#define crc32_combine_gen     @ZLIB_SYMBOL_PREFIX@crc32_combine_gen
+#define crc32_combine_gen64   @ZLIB_SYMBOL_PREFIX@crc32_combine_gen64
+#define crc32_combine_op      @ZLIB_SYMBOL_PREFIX@crc32_combine_op
 #define crc32_z               @ZLIB_SYMBOL_PREFIX@crc32_z
 #define deflate               @ZLIB_SYMBOL_PREFIX@deflate
 #define deflateBound          @ZLIB_SYMBOL_PREFIX@deflateBound