diff options
author | Werner Koch <[email protected]> | 2008-04-21 19:13:36 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-04-21 19:13:36 +0000 |
commit | 08a612f26e7657daf7adb39cc62b91ab76e488fb (patch) | |
tree | c2f33a0073571cd5d47dc42a777f855cc75384a1 /common/i18n.c | |
parent | Use default PIN flag (diff) | |
download | gnupg-08a612f26e7657daf7adb39cc62b91ab76e488fb.tar.gz gnupg-08a612f26e7657daf7adb39cc62b91ab76e488fb.zip |
W32 related keyserver fixes.
Diffstat (limited to 'common/i18n.c')
-rw-r--r-- | common/i18n.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/i18n.c b/common/i18n.c index 7ed4bb4de..7db8e20c5 100644 --- a/common/i18n.c +++ b/common/i18n.c @@ -52,7 +52,7 @@ i18n_switchto_utf8 (void) { #ifdef USE_SIMPLE_GETTEXT gettext_select_utf8 (1); -#elif define(ENABLE_NLS) +#elif defined(ENABLE_NLS) char *orig_codeset = bind_textdomain_codeset (PACKAGE_GT, NULL); # ifdef HAVE_LANGINFO_CODESET if (!orig_codeset) |