summaryrefslogtreecommitdiff
path: root/jni/iconv/include/export.h
blob: 62fb77b3c660979282c5da85fae44b61c3a59130 (plain)
1
2
3
4
5
6

#if @HAVE_VISIBILITY@ && BUILDING_LIBICONV
#define LIBICONV_DLL_EXPORTED __attribute__((__visibility__("default")))
#else
#define LIBICONV_DLL_EXPORTED
#endif