diff options
Diffstat (limited to 'pcp/intl/export.h')
| -rw-r--r-- | pcp/intl/export.h | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/pcp/intl/export.h b/pcp/intl/export.h new file mode 100644 index 0000000..b5c47ad --- /dev/null +++ b/pcp/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 | 
