mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-05 19:42:04 +02:00
6 lines
166 B
C
6 lines
166 B
C
|
|
#if @HAVE_VISIBILITY@ && BUILDING_LIBCHARSET
|
|
#define LIBCHARSET_DLL_EXPORTED __attribute__((__visibility__("default")))
|
|
#else
|
|
#define LIBCHARSET_DLL_EXPORTED
|
|
#endif
|