From: Mika Lindqvist Date: Mon, 25 Nov 2019 23:39:16 +0000 (+0200) Subject: Compatibility fix X-Git-Tag: 1.9.9-b1~381 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edad2ab5887ac2eaad7357258b50d620825742c9;p=thirdparty%2Fzlib-ng.git Compatibility fix * Add back OF() macro --- diff --git a/zconf.h.in b/zconf.h.in index 79e4cc49..82f42ef5 100644 --- a/zconf.h.in +++ b/zconf.h.in @@ -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.