mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
First steps towards supporting W32.
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
This commit is contained in:
parent
c2b08ff908
commit
2c9791db55
116 changed files with 2722 additions and 5565 deletions
|
@ -14,11 +14,9 @@
|
|||
#ifndef GNUPG_COMMON_I18N_H
|
||||
#define GNUPG_COMMON_I18N_H
|
||||
|
||||
|
||||
#ifdef USE_SIMPLE_GETTEXT
|
||||
int set_gettext_file( const char *filename );
|
||||
const char *gettext( const char *msgid );
|
||||
const char *ngettext(const char *msgid1, const char *msgid2,
|
||||
unsigned long int n);
|
||||
# include "../jnlib/w32help.h"
|
||||
# define _(a) gettext (a)
|
||||
# define N_(a) (a)
|
||||
#else
|
||||
|
@ -40,4 +38,7 @@
|
|||
# endif
|
||||
#endif /*!USE_SIMPLE_GETTEXT*/
|
||||
|
||||
void i18n_init (void);
|
||||
|
||||
|
||||
#endif /*GNUPG_COMMON_I18N_H*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue