mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-10 09:26:43 +00:00
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
|