1
0
mirror of https://git.lyx.org/repos/lyx.git synced 2024-12-31 23:52:03 +00:00
lyx_mirror/3rdparty/libiconv/1.14/include/export.h

7 lines
160 B
C
Raw Normal View History

2015-12-09 08:14:03 +00:00
#if @HAVE_VISIBILITY@ && BUILDING_LIBICONV
#define LIBICONV_DLL_EXPORTED __attribute__((__visibility__("default")))
#else
#define LIBICONV_DLL_EXPORTED
#endif