1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* gpgkeys_ldap.c [_WIN32]: Include Windows specific header files.

Suggested by Brian Gladman.

* fr.po, cs.po, et.po, el.po, id.po, pl.po, ro.po, sk.po, tr.po
* zh_CN.po, ru.po, es.po, fi.po, hu.po: Updated.
* zh_CN.po: Hack to fix a format string mismatch.
* sk.po: Corrrected a format string.
* de.po: Fixed a few fuzzys and 1 untranslated messages
This commit is contained in:
Werner Koch 2004-07-20 14:06:27 +00:00
parent c87185787e
commit a0f699b466
32 changed files with 10491 additions and 10255 deletions

View file

@ -1,3 +1,8 @@
2004-07-20 Werner Koch <wk@gnupg.org>
* gpgkeys_ldap.c [_WIN32]: Include Windows specific header files.
Suggested by Brian Gladman.
2004-01-13 Werner Koch <wk@gnupg.org>
* gpgkeys_hkp.c (send_key): Send a content-type.

View file

@ -31,7 +31,14 @@
#ifdef NEED_LBER_H
#include <lber.h>
#endif
#ifdef _WIN32
#include <winsock2.h>
#include <winldap.h>
#else
#include <ldap.h>
#endif
#include "keyserver.h"
#ifdef __riscos__