From 53c636c4c666ab27440fb4a866bf0ae32f0aa517 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 14 Apr 2010 14:39:16 +0000 Subject: ./autogen.sh --build-w32ce does now succeed. --- g10/decrypt.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'g10/decrypt.c') diff --git a/g10/decrypt.c b/g10/decrypt.c index 82eefcccc..870c21616 100644 --- a/g10/decrypt.c +++ b/g10/decrypt.c @@ -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]; -- cgit v1.2.3