[win] Don't define visibility attribtue under Cygwin

This commit is contained in:
Behdad Esfahbod 2014-07-19 16:52:32 -04:00
parent 9c77027d64
commit f1a8d50a87
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
#endif
#ifndef HB_INTERNAL
# ifndef __MINGW32__
# if !defined(__MINGW32__) && !defined(__CYGWIN__)
# define HB_INTERNAL __attribute__((__visibility__("hidden")))
# else
# define HB_INTERNAL