mirror of
https://github.com/php-win-ext/gettext.git
synced 2026-04-25 17:58:13 +02:00
7 lines
157 B
C
7 lines
157 B
C
|
|
#if @HAVE_VISIBILITY@ && BUILDING_LIBINTL
|
|
#define LIBINTL_DLL_EXPORTED __attribute__((__visibility__("default")))
|
|
#else
|
|
#define LIBINTL_DLL_EXPORTED
|
|
#endif
|