mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
cf214f8263
- libiconv 1.15 was released in February this year - I opened a thread to discuss if this should also be done for the lyX 2.3 branch on the list
7 lines
160 B
C
7 lines
160 B
C
|
|
#if @HAVE_VISIBILITY@ && BUILDING_LIBICONV
|
|
#define LIBICONV_DLL_EXPORTED __attribute__((__visibility__("default")))
|
|
#else
|
|
#define LIBICONV_DLL_EXPORTED
|
|
#endif
|