Return to export.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / libiconv / include |
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