|
@@ -26,12 +26,12 @@
|
|
|
#if defined(BUILDING_LIBGEARMAN)
|
|
|
# if defined(HAVE_VISIBILITY)
|
|
|
# define GEARMAN_API __attribute__ ((visibility("default")))
|
|
|
-# define GEARMAN_INTERNAL_API __attribute__ ((visibility("default")))
|
|
|
+# define GEARMAN_INTERNAL_API __attribute__ ((visibility("hidden")))
|
|
|
# define GEARMAN_API_DEPRECATED __attribute__ ((deprecated,visibility("default")))
|
|
|
# define GEARMAN_LOCAL __attribute__ ((visibility("hidden")))
|
|
|
# elif defined (__SUNPRO_C) && (__SUNPRO_C >= 0x550)
|
|
|
# define GEARMAN_API __global
|
|
|
-# define GEARMAN_INTERNAL_API __global
|
|
|
+# define GEARMAN_INTERNAL_API __hidden
|
|
|
# define GEARMAN_API_DEPRECATED __global
|
|
|
# define GEARMAN_LOCAL __hidden
|
|
|
# elif defined(_MSC_VER)
|