export.h 157 B

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