diff options
Diffstat (limited to 'intl/export.h')
-rw-r--r-- | intl/export.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/intl/export.h b/intl/export.h deleted file mode 100644 index b5c47ad5b..000000000 --- a/intl/export.h +++ /dev/null @@ -1,6 +0,0 @@ - -#if @HAVE_VISIBILITY@ && BUILDING_LIBINTL -#define LIBINTL_DLL_EXPORTED __attribute__((__visibility__("default"))) -#else -#define LIBINTL_DLL_EXPORTED -#endif |