xchat/etc/wyatt8740/intl/export.h

7 lines
157 B
C
Raw Permalink Normal View History

2024-10-12 09:38:51 +00:00
#if @HAVE_VISIBILITY@ && BUILDING_LIBINTL
#define LIBINTL_DLL_EXPORTED __attribute__((__visibility__("default")))
#else
#define LIBINTL_DLL_EXPORTED
#endif