aboutsummaryrefslogtreecommitdiff
path: root/gzguts.h
diff options
context:
space:
mode:
Diffstat (limited to 'gzguts.h')
-rw-r--r--gzguts.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gzguts.h b/gzguts.h
index 735e808..2ef95f3 100644
--- a/gzguts.h
+++ b/gzguts.h
@@ -12,8 +12,7 @@
12# endif 12# endif
13#endif 13#endif
14 14
15#define GCC_VER ((__GNUC__-0) * 100 + __GNUC_MINOR__-0) 15#if ((__GNUC__-0) * 100 + __GNUC_MINOR__-0) >= 303 && !defined(NO_VIZ)
16#if ((GCC_VER >= 303 && !defined(__APPLE__)) || GCC_VER >= 400) && !defined(NO_VIZ)
17# define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) 16# define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
18#else 17#else
19# define ZLIB_INTERNAL 18# define ZLIB_INTERNAL