diff options
Diffstat (limited to 'zconf.h')
-rw-r--r-- | zconf.h | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -235,10 +235,12 @@ | |||
235 | # endif | 235 | # endif |
236 | #endif | 236 | #endif |
237 | 237 | ||
238 | #if defined(ZLIB_CONST) && !defined(z_const) | 238 | #ifndef z_const |
239 | # define z_const const | 239 | # ifdef ZLIB_CONST |
240 | #else | 240 | # define z_const const |
241 | # define z_const | 241 | # else |
242 | # define z_const | ||
243 | # endif | ||
242 | #endif | 244 | #endif |
243 | 245 | ||
244 | #ifdef Z_SOLO | 246 | #ifdef Z_SOLO |