diff options
Diffstat (limited to 'zconf.h')
-rw-r--r-- | zconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -218,7 +218,7 @@ | |||
218 | # endif | 218 | # endif |
219 | #endif | 219 | #endif |
220 | 220 | ||
221 | #if defined(ZLIB_CONST) && !defined(z_const) | 221 | #if ( defined(ZLIB_CONST) || defined(__cplusplus) ) && !defined(z_const) |
222 | # define z_const const | 222 | # define z_const const |
223 | #else | 223 | #else |
224 | # define z_const | 224 | # define z_const |