Add MSVC to no-visibility list

This commit is contained in:
Behdad Esfahbod 2018-02-11 19:08:59 -08:00
parent 0db6c6f214
commit 90d1c740c3
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ extern "C" void hb_free_impl(void *ptr);
#endif
#ifndef HB_INTERNAL
# if !defined(HB_NO_VISIBILITY) && !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(__SUNPRO_CC)
# if !defined(HB_NO_VISIBILITY) && !defined(__MINGW32__) && !defined(__CYGWIN__) && !defined(_MSC_VER) && !defined(__SUNPRO_CC)
# define HB_INTERNAL __attribute__((__visibility__("hidden")))
# else
# define HB_INTERNAL