aboutsummaryrefslogtreecommitdiffstats
path: root/intl/export.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-12-13 16:49:10 +0000
committerWerner Koch <[email protected]>2006-12-13 16:49:10 +0000
commit02a2e2648951c295cc625d21482420569dbbdfc4 (patch)
tree1c3c947e6c57dacef1768cb0f69ed7dc342b6691 /intl/export.h
parentDoc fix. (diff)
downloadgnupg-02a2e2648951c295cc625d21482420569dbbdfc4.tar.gz
gnupg-02a2e2648951c295cc625d21482420569dbbdfc4.zip
Added missing files.
Changed direntry in gnupg.texi from gpg to gpg2.
Diffstat (limited to '')
-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 000000000..b5c47ad5b
--- /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