summaryrefslogtreecommitdiff
path: root/jni/iconv/include/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'jni/iconv/include/export.h')
-rw-r--r--jni/iconv/include/export.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/jni/iconv/include/export.h b/jni/iconv/include/export.h
new file mode 100644
index 0000000..62fb77b
--- /dev/null
+++ b/jni/iconv/include/export.h
@@ -0,0 +1,6 @@
+
+#if @HAVE_VISIBILITY@ && BUILDING_LIBICONV
+#define LIBICONV_DLL_EXPORTED __attribute__((__visibility__("default")))
+#else
+#define LIBICONV_DLL_EXPORTED
+#endif