From 02a2e2648951c295cc625d21482420569dbbdfc4 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 13 Dec 2006 16:49:10 +0000 Subject: Added missing files. Changed direntry in gnupg.texi from gpg to gpg2. --- 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 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 -- cgit v1.2.3