export.h 160 B

123456
  1. #if @HAVE_VISIBILITY@ && BUILDING_LIBICONV
  2. #define LIBICONV_DLL_EXPORTED __attribute__((__visibility__("default")))
  3. #else
  4. #define LIBICONV_DLL_EXPORTED
  5. #endif