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

#if @HAVE_VISIBILITY@ && BUILDING_LIBCHARSET
#define LIBCHARSET_DLL_EXPORTED __attribute__((__visibility__("default")))
#else
#define LIBCHARSET_DLL_EXPORTED
#endif