mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* 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.
This commit is contained in:
parent
7d4043ca57
commit
a6a93ac540
34 changed files with 6933 additions and 7065 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-05-31 Werner Koch <wk@g10code.com>
|
||||
|
||||
* regcomp.c (MB_CUR_MAX) [_WIN32]: Define it only if not defined.
|
||||
|
||||
2005-05-29 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* strgutil.c (set_native_charset) [_WIN32]: Add alias for codepage
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue