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