This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Implement win32_isatty()
authorJan Dubois <jand@activestate.com>
Thu, 17 Dec 2009 19:15:38 +0000 (11:15 -0800)
committerJan Dubois <jand@activestate.com>
Thu, 17 Dec 2009 19:15:38 +0000 (11:15 -0800)
commit4342f4d6df6a7dfa22a470aa21e54a5622c009f3
tree8e5d5672edc1178924ae3ed6b863b9eb888a4762
parent827da6a38269ebe059fe8acab0772f00c88704bf
Implement win32_isatty()

Commit 827da6a38 added a custom isatty() implementation
in win32/perlhost.h, but that code will only be used when
perl is compiled with -DPERL_IMPLICIT_SYS.  This change
makes sure that the custom implementation will be used
on Windows for all choices of build options.
makedef.pl
win32/perlhost.h
win32/win32.c
win32/win32iop.h