X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=intl%2Fexport.h;fp=intl%2Fexport.h;h=b5c47ad5b311d1968ab50807b609a3a006e98e0c;hb=ebad7634114993e2e96fa66fda4b705d05832193;hp=0000000000000000000000000000000000000000;hpb=617e7d83d14e14e6a520a48e75437211b16c8834;p=apps%2Fmadmutt.git diff --git a/intl/export.h b/intl/export.h new file mode 100644 index 0000000..b5c47ad --- /dev/null +++ b/intl/export.h @@ -0,0 +1,6 @@ + +#if @HAVE_VISIBILITY@ && BUILDING_LIBINTL +#define LIBINTL_DLL_EXPORTED __attribute__((__visibility__("default"))) +#else +#define LIBINTL_DLL_EXPORTED +#endif