From a6a93ac54036c17de906e581de7aeeba5e463a31 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 31 May 2005 10:11:01 +0000 Subject: * 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. --- util/regcomp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/regcomp.c') 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 #include -#ifdef _WIN32 +#if defined(_WIN32) && !defined (MB_CUR_MAX) #define MB_CUR_MAX 2 #endif -- cgit v1.2.3