diff options
Diffstat (limited to 'gzguts.h')
-rw-r--r-- | gzguts.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ | |||
12 | # endif | 12 | # endif |
13 | #endif | 13 | #endif |
14 | 14 | ||
15 | #if ((__GNUC__-0) * 100 + __GNUC_MINOR__-0) >= 303 && !defined(NO_VIZ) | 15 | #ifdef HAVE_HIDDEN |
16 | # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) | 16 | # define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) |
17 | #else | 17 | #else |
18 | # define ZLIB_INTERNAL | 18 | # define ZLIB_INTERNAL |