File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libiconv / include / export.h
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 13:38:46 2021 UTC (3 years, 3 months ago) by misho
Branches: libiconv, MAIN
CVS tags: v1_16p0, HEAD
libiconv 1.16

    1: 
    2: #if @HAVE_VISIBILITY@ && BUILDING_LIBICONV
    3: #define LIBICONV_DLL_EXPORTED __attribute__((__visibility__("default")))
    4: #elif defined _MSC_VER && BUILDING_LIBICONV
    5: #define LIBICONV_DLL_EXPORTED __declspec(dllexport)
    6: #else
    7: #define LIBICONV_DLL_EXPORTED
    8: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>