Skip to content

Commit

Permalink
Compatibility fix
Browse files Browse the repository at this point in the history
* Add back OF() macro
  • Loading branch information
mtl1979 authored and Dead2 committed Nov 26, 2019
1 parent 7dd7afc commit edad2ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zconf.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
/* Type declarations */


#ifndef OF /* function prototypes */
# define OF(args) args
#endif

#if defined(WINDOWS) || defined(WIN32)
/* If building or using zlib as a DLL, define ZLIB_DLL.
* This is not mandatory, but it offers a little performance increase.
Expand Down

0 comments on commit edad2ab

Please sign in to comment.