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:
parent
71b6a940a3
commit
02a2e26489
14 changed files with 2583 additions and 1 deletions
6
intl/export.h
Normal file
6
intl/export.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
#if @HAVE_VISIBILITY@ && BUILDING_LIBINTL
|
||||
#define LIBINTL_DLL_EXPORTED __attribute__((__visibility__("default")))
|
||||
#else
|
||||
#define LIBINTL_DLL_EXPORTED
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue