Handle linking with a zlib with external read_buf.

This commit is contained in:
Wayne Davison
2022-04-11 08:29:54 -07:00
parent d821e4cbfb
commit 60dd42be60

View File

@@ -1172,6 +1172,10 @@ struct name_num_obj {
struct name_num_item list[10]; /* we'll get a compile error/warning if this is ever too small */
};
#ifdef EXTERNAL_ZLIB
#define read_buf read_buf_
#endif
#ifndef __cplusplus
#include "proto.h"
#endif