summaryrefslogtreecommitdiff
path: root/intl/export.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-15 23:39:29 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-15 23:39:29 +0200
commit51530925ec9efce86e105c0327cbe67a317aa950 (patch)
treee44e0c48fb47efbebacfcce353c0e1ba3b27ea6d /intl/export.h
parent919e8f9e45c77217d1893281ca8606b21c1389f5 (diff)
added basic gettext support and russian translation
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