aboutsummaryrefslogtreecommitdiffstats
path: root/util/regcomp.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-05-31 10:11:01 +0000
committerWerner Koch <[email protected]>2005-05-31 10:11:01 +0000
commita6a93ac54036c17de906e581de7aeeba5e463a31 (patch)
treeaaee931cc8862f003d5f847ac0de364081199f3e /util/regcomp.c
parentUpdated FSF street address and preparations for a release candidate. (diff)
downloadgnupg-a6a93ac54036c17de906e581de7aeeba5e463a31.tar.gz
gnupg-a6a93ac54036c17de906e581de7aeeba5e463a31.zip
* keydb.h [!ENABLE_AGENT_SUPPORT]: Define dummy types.
* cardglue.c (assuan_strerror, assuan_transact): Dummy functions if not build with agent support. * zh_TW.po, zh_CN.po, es.po, ro.po: Updated. * tr.po: Updated from TP. Note: this is an exception in general translations from the Robot are not anymore accepted. * regcomp.c (MB_CUR_MAX) [_WIN32]: Define it only if not defined.
Diffstat (limited to '')
-rw-r--r--util/regcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/regcomp.c b/util/regcomp.c
index d4957e4b9..28b54a97e 100644
--- a/util/regcomp.c
+++ b/util/regcomp.c
@@ -26,7 +26,7 @@
#include <stdlib.h>
#include <string.h>
-#ifdef _WIN32
+#if defined(_WIN32) && !defined (MB_CUR_MAX)
#define MB_CUR_MAX 2
#endif