提交 0db6c6f2 编写于 作者: B Behdad Esfahbod

Add Sun compiler to no-visibility as well

Fixes https://github.com/harfbuzz/harfbuzz/pull/776
上级 d33ba163
...@@ -120,7 +120,7 @@ extern "C" void hb_free_impl(void *ptr); ...@@ -120,7 +120,7 @@ extern "C" void hb_free_impl(void *ptr);
#endif #endif
#ifndef HB_INTERNAL #ifndef HB_INTERNAL
# if !defined(HB_NO_VISIBILITY) && !defined(__MINGW32__) && !defined(__CYGWIN__) # if !defined(HB_NO_VISIBILITY) && !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__SUNPRO_CC)
# define HB_INTERNAL __attribute__((__visibility__("hidden"))) # define HB_INTERNAL __attribute__((__visibility__("hidden")))
# else # else
# define HB_INTERNAL # define HB_INTERNAL
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册