1
0
Fork 0
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:
Werner Koch 2005-05-31 10:11:01 +00:00
parent 7d4043ca57
commit a6a93ac540
34 changed files with 6933 additions and 7065 deletions

View file

@ -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

View file

@ -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