Skip to content

Commit

Permalink
Fix SunCC/ODS compile on CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
ebraminio committed Feb 11, 2018
1 parent c8d4c2e commit d98c3d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hb-private.hh
Expand Up @@ -122,6 +122,7 @@ extern "C" void hb_free_impl(void *ptr);
#ifndef HB_INTERNAL
# ifdef __SUNPRO_CC
# define HB_INTERNAL __hidden
# define HB_NO_VISIBILITY 1
# elif !defined(__MINGW32__) && !defined(__CYGWIN__)
# define HB_INTERNAL __attribute__((__visibility__("hidden")))
# else
Expand Down

0 comments on commit d98c3d3

Please sign in to comment.