> You mean something like this?
> 
> #ifdef FT_CONFIG_OPTION_SYSTEM_ZLIB
>     err = inflateInit2( &stream, MAX_WBITS|32 );
> #else
>     err = inflateInit2( &stream, MAX_WBITS );
> #endif

Yes, something like this, a really quick fix until you find time to
update zlib.


    Werner

Reply via email to