mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-11 04:52:21 +02:00
6 lines
157 B
C
6 lines
157 B
C
|
|
#if @HAVE_VISIBILITY@ && BUILDING_LIBINTL
|
|
#define LIBINTL_DLL_EXPORTED __attribute__((__visibility__("default")))
|
|
#else
|
|
#define LIBINTL_DLL_EXPORTED
|
|
#endif
|