mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-21 12:57:58 +02:00
9 lines
251 B
C
9 lines
251 B
C
|
|
#if @HAVE_VISIBILITY@ && BUILDING_LIBINTL
|
|
#define LIBINTL_DLL_EXPORTED __attribute__((__visibility__("default")))
|
|
#elif defined _MSC_VER && BUILDING_LIBINTL
|
|
#define LIBINTL_DLL_EXPORTED __declspec(dllexport)
|
|
#else
|
|
#define LIBINTL_DLL_EXPORTED
|
|
#endif
|