summaryrefslogtreecommitdiff
path: root/intl/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'intl/export.h')
-rw-r--r--intl/export.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/intl/export.h b/intl/export.h
new file mode 100644
index 00000000..b5c47ad5
--- /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