mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-19 00:50:30 +00:00
Revert "Remove zlib namespacing (#1142)"
This reverts commit 5488f0b2ca
which was a
good experiment to try, that didn't work out due to #1176
Fixes #1176
This commit is contained in:
parent
13b9ecd537
commit
2f3c6e7cc3
5 changed files with 12 additions and 16 deletions
2
third_party/zip/crc32.h
vendored
2
third_party/zip/crc32.h
vendored
|
@ -31,7 +31,7 @@
|
|||
#ifndef USE_ZLIB
|
||||
ZCONST ulg near *get_crc_table OF((void));
|
||||
#endif
|
||||
#if (1 || defined(USE_ZLIB) || defined(CRC_TABLE_ONLY))
|
||||
#if (defined(USE_ZLIB) || defined(CRC_TABLE_ONLY))
|
||||
# ifdef IZ_CRC_BE_OPTIMIZ
|
||||
# undef IZ_CRC_BE_OPTIMIZ
|
||||
# endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue