mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-02 16:15:27 +00:00
7 lines
166 B
C
7 lines
166 B
C
|
|
#if @HAVE_VISIBILITY@ && BUILDING_LIBCHARSET
|
|
#define LIBCHARSET_DLL_EXPORTED __attribute__((__visibility__("default")))
|
|
#else
|
|
#define LIBCHARSET_DLL_EXPORTED
|
|
#endif
|