From 51530925ec9efce86e105c0327cbe67a317aa950 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sat, 15 May 2010 23:39:29 +0200 Subject: added basic gettext support and russian translation --- intl/export.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 intl/export.h (limited to 'intl/export.h') 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 -- cgit v1.2.3