source-engine/thirdparty/libiconv-1.15/libcharset/include/export.h

7 lines
166 B
C
Raw Normal View History

2020-11-19 20:37:27 +00:00
#if @HAVE_VISIBILITY@ && BUILDING_LIBCHARSET
#define LIBCHARSET_DLL_EXPORTED __attribute__((__visibility__("default")))
#else
#define LIBCHARSET_DLL_EXPORTED
#endif