diff options
Diffstat (limited to 'src/gpg-error.c')
-rw-r--r-- | src/gpg-error.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gpg-error.c b/src/gpg-error.c index 676149d..8197356 100644 --- a/src/gpg-error.c +++ b/src/gpg-error.c @@ -33,7 +33,11 @@ # include <locale.h> #endif #ifdef ENABLE_NLS +#ifdef HAVE_W32_SYSTEM +# include "gettext.h" +#else # include <libintl.h> +#endif # define _(a) gettext (a) # ifdef gettext_noop # define N_(a) gettext_noop (a) |