mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
33258e1197
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25208 a592a061-630c-0410-9148-cb99ea01b6c8
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
|