Skip to content

Commit

Permalink
Reintroduce Z_SOLO support for compatibility mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtl1979 authored and Dead2 committed May 6, 2021
1 parent 1cdd7df commit 9d74e16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -1192,6 +1192,8 @@ Z_EXTERN unsigned long Z_EXPORT zlibCompileFlags(void);
*/


#ifndef Z_SOLO

/* utility functions */

/*
Expand Down Expand Up @@ -1646,6 +1648,7 @@ Z_EXTERN void Z_EXPORT gzclearerr(gzFile file);
file that is being written concurrently.
*/

#endif

/* checksum functions */

Expand Down

0 comments on commit 9d74e16

Please sign in to comment.