Sign in
third-party-mirror
/
hunspell
/
326f27521434bfceee09c8bdf8e0f6a23f81ba9a
/
.
/
intl
/
export.h
blob: b5c47ad5b311d1968ab50807b609a3a006e98e0c [
file
] [
log
] [
blame
]
#if @HAVE_VISIBILITY@ && BUILDING_LIBINTL
#define
LIBINTL_DLL_EXPORTED __attribute__
((
__visibility__
(
"default"
)))
#else
#define
LIBINTL_DLL_EXPORTED
#endif