Sign in
nest-open-source
/
manifest_repos
/
libiconv
/
b68f41208309084050e579ca7c2264465a201079
/
.
/
include
/
export.h
blob: 62fb77b3c660979282c5da85fae44b61c3a59130 [
file
]
#if @HAVE_VISIBILITY@ && BUILDING_LIBICONV
#define
LIBICONV_DLL_EXPORTED __attribute__
((
__visibility__
(
"default"
)))
#else
#define
LIBICONV_DLL_EXPORTED
#endif