remove superfluous redefines

This commit is contained in:
Cœur 2024-11-01 23:35:33 +01:00
parent 346a25713c
commit bc1ad2435e

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;