1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Added missing files.

Changed direntry in gnupg.texi from gpg to gpg2.
This commit is contained in:
Werner Koch 2006-12-13 16:49:10 +00:00
parent 71b6a940a3
commit 02a2e26489
14 changed files with 2583 additions and 1 deletions

6
intl/export.h Normal file
View file

@ -0,0 +1,6 @@
#if @HAVE_VISIBILITY@ && BUILDING_LIBINTL
#define LIBINTL_DLL_EXPORTED __attribute__((__visibility__("default")))
#else
#define LIBINTL_DLL_EXPORTED
#endif