mirror of
https://github.com/php-win-ext/libiconv.git
synced 2026-03-25 09:32:09 +01:00
9 lines
256 B
C
9 lines
256 B
C
|
|
#if @HAVE_VISIBILITY@ && BUILDING_LIBICONV
|
|
#define LIBICONV_DLL_EXPORTED __attribute__((__visibility__("default")))
|
|
#elif defined _MSC_VER && BUILDING_LIBICONV
|
|
#define LIBICONV_DLL_EXPORTED __declspec(dllexport)
|
|
#else
|
|
#define LIBICONV_DLL_EXPORTED
|
|
#endif
|