diff options
Diffstat (limited to 'intl/export.h')
-rw-r--r-- | intl/export.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |