mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix preference setting in new keys
This commit is contained in:
parent
8e5010a958
commit
31bbe71ad6
7 changed files with 56 additions and 11 deletions
|
@ -62,6 +62,10 @@ static int (* __stdcall iconv_close) (iconv_t cd);
|
|||
static int
|
||||
load_libiconv (void)
|
||||
{
|
||||
#ifdef HAVE_W32CE_SYSTEM
|
||||
return -1; /* FIXME No libiconv yet - Need to investigate whether it
|
||||
is at all required. */
|
||||
#else
|
||||
static int done;
|
||||
|
||||
if (!done)
|
||||
|
@ -94,6 +98,7 @@ load_libiconv (void)
|
|||
}
|
||||
}
|
||||
return iconv_open? 0: -1;
|
||||
#endif
|
||||
}
|
||||
#endif /*HAVE_W32_SYSTEM*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue