mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
./autogen.sh --build-w32ce does now succeed.
This commit is contained in:
parent
31d7bdfe77
commit
53c636c4c6
28 changed files with 206 additions and 62 deletions
|
@ -131,7 +131,12 @@ decrypt_message_fd (int input_fd, int output_fd)
|
|||
return err;
|
||||
}
|
||||
|
||||
#ifdef HAVE_W32CE_SYSTEM
|
||||
#warning Ned to fix this
|
||||
opt.outfp = NULL;
|
||||
#else
|
||||
opt.outfp = fdopen (dup (output_fd), "wb");
|
||||
#endif
|
||||
if (!opt.outfp)
|
||||
{
|
||||
char xname[64];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue