blob: 62fb77b3c660979282c5da85fae44b61c3a59130 [file] [log] [blame]
#if @HAVE_VISIBILITY@ && BUILDING_LIBICONV
#define LIBICONV_DLL_EXPORTED __attribute__((__visibility__("default")))
#else
#define LIBICONV_DLL_EXPORTED
#endif