lyx_mirror/3rdparty/libiconv/1.15/libcharset/include/export.h
2017-09-12 23:15:43 +02:00

7 lines
166 B
C

#if @HAVE_VISIBILITY@ && BUILDING_LIBCHARSET
#define LIBCHARSET_DLL_EXPORTED __attribute__((__visibility__("default")))
#else
#define LIBCHARSET_DLL_EXPORTED
#endif