[win] Don't define visibility attribtue under Cygwin
This commit is contained in:
parent
9c77027d64
commit
f1a8d50a87
|
@ -87,7 +87,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HB_INTERNAL
|
#ifndef HB_INTERNAL
|
||||||
# ifndef __MINGW32__
|
# if !defined(__MINGW32__) && !defined(__CYGWIN__)
|
||||||
# define HB_INTERNAL __attribute__((__visibility__("hidden")))
|
# define HB_INTERNAL __attribute__((__visibility__("hidden")))
|
||||||
# else
|
# else
|
||||||
# define HB_INTERNAL
|
# define HB_INTERNAL
|
||||||
|
|
Loading…
Reference in New Issue