Skip to content

Commit

Permalink
remove superfluous redefines
Browse files Browse the repository at this point in the history
  • Loading branch information
Coeur committed Nov 1, 2024
1 parent 0ce6e4a commit d35d918
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions compat/ioapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d35d918

Please sign in to comment.