mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
zlib: Fix typo in mangling the crc32() function
Fix the mangling of `crc32` by commit 29c578c8fb (zlib: Mangle symbols
to avoid conflict with external transitive dependencies, 2022-06-10,
v3.24.0-rc1~7^2).
Fixes: #24281
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
# define compress2 cm_zlib_compress2
|
||||
# define compressBound cm_zlib_compressBound
|
||||
#endif
|
||||
#define crc32 z_crc32
|
||||
#define crc32 cm_zlib_crc32
|
||||
#define crc32_combine cm_zlib_crc32_combine
|
||||
#define crc32_combine64 cm_zlib_crc32_combine64
|
||||
#define crc32_z cm_zlib_crc32_z
|
||||
@@ -126,7 +126,6 @@
|
||||
#define crc32_combine_gen cm_zlib_crc32_combine_gen
|
||||
#define crc32_combine_op cm_zlib_crc32_combine_op
|
||||
#define gz_error cm_zlib_gz_error
|
||||
#define z_crc32 cm_zlib_z_crc32
|
||||
#define z_errmsg cm_zlib_z_errmsg
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user