Sign in
skia
/
third_party
/
libiconv
/
a18fc98803412151dae8dd01ddf6a764964d2812
/
.
/
include
/
export.h
blob: 62fb77b3c660979282c5da85fae44b61c3a59130 [
file
] [
log
] [
blame
]
#if @HAVE_VISIBILITY@ && BUILDING_LIBICONV
#define
LIBICONV_DLL_EXPORTED __attribute__
((
__visibility__
(
"default"
)))
#else
#define
LIBICONV_DLL_EXPORTED
#endif