Diff for /embedaddon/libiconv/include/export.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 22:57:48 version 1.1.1.2, 2021/03/17 13:38:46
Line 1 Line 1
   
 #if @HAVE_VISIBILITY@ && BUILDING_LIBICONV  #if @HAVE_VISIBILITY@ && BUILDING_LIBICONV
 #define LIBICONV_DLL_EXPORTED __attribute__((__visibility__("default")))  #define LIBICONV_DLL_EXPORTED __attribute__((__visibility__("default")))
   #elif defined _MSC_VER && BUILDING_LIBICONV
   #define LIBICONV_DLL_EXPORTED __declspec(dllexport)
 #else  #else
 #define LIBICONV_DLL_EXPORTED  #define LIBICONV_DLL_EXPORTED
 #endif  #endif

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


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