summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2009-12-17 11:15:38 -0800
committerJan Dubois <jand@activestate.com>2009-12-17 11:15:38 -0800
commit4342f4d6df6a7dfa22a470aa21e54a5622c009f3 (patch)
tree8e5d5672edc1178924ae3ed6b863b9eb888a4762 /makedef.pl
parent827da6a38269ebe059fe8acab0772f00c88704bf (diff)
downloadperl-4342f4d6df6a7dfa22a470aa21e54a5622c009f3.tar.gz
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.
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl
index 9e261e5318..64094313e6 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -1284,6 +1284,7 @@ if ($PLATFORM =~ /^win(?:32|ce)$/) {
win32_open
win32_close
win32_eof
+ win32_isatty
win32_read
win32_write
win32_spawnvp