1
0
mirror of https://git.lyx.org/repos/lyx.git synced 2025-01-23 08:44:01 +00:00

7 lines
157 B
C
Raw Normal View History

#if @HAVE_VISIBILITY@ && BUILDING_LIBINTL
#define LIBINTL_DLL_EXPORTED __attribute__((__visibility__("default")))
#else
#define LIBINTL_DLL_EXPORTED
#endif