remove superfluous redefines

This commit is contained in:
Cœur 2024-11-01 23:35:33 +01:00 committed by Nathan Moinvaziri
parent 91182928a4
commit 3438b8832d

View File

@ -7,12 +7,6 @@
#ifndef _ZLIB_H
# include "zlib.h"
#endif
#ifndef Z_ERRNO
#define Z_ERRNO (-1)
#endif
#ifndef Z_DEFLATED
#define Z_DEFLATED (8)
#endif
typedef uint64_t ZPOS64_T;