mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 11:18: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
4
third_party/zlib/zconf.h
vendored
4
third_party/zlib/zconf.h
vendored
|
@ -13,7 +13,6 @@
|
|||
|
||||
#define z_const const
|
||||
|
||||
#if 0
|
||||
#define Z_COSMO_PREFIX_SET
|
||||
|
||||
#define Bytef _Cz_Bytef
|
||||
|
@ -163,9 +162,6 @@
|
|||
#define zlibCompileFlags _Cz_zlibCompileFlags
|
||||
#define zlibVersion _Cz_zlibVersion
|
||||
|
||||
#pragma message "zconf is included, so zlibVersion should be renamed"
|
||||
|
||||
#endif
|
||||
|
||||
typedef unsigned char Byte;
|
||||
typedef unsigned int uInt; /* 16 bits or more */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue