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
|
@ -1203,11 +1203,7 @@ main (int argc, char **argv)
|
|||
if (log_get_errorcount (0))
|
||||
exit (2);
|
||||
|
||||
#ifdef HAVE_W32CE_SYSTEM
|
||||
use_tty = 0;
|
||||
#else
|
||||
use_tty = (isatty ( fileno (stdin)) && isatty (fileno (stdout)));
|
||||
#endif
|
||||
use_tty = (gnupg_isatty (fileno (stdin)) && gnupg_isatty (fileno (stdout)));
|
||||
|
||||
if (opt.exec)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue