even more M$ tuning

This commit is contained in:
minima 2002-01-11 00:44:05 +00:00
parent 78ca91ff50
commit a37c1c7917

View File

@ -58,6 +58,8 @@ BEGIN {
if ($^O eq 'MSWin32') {
eval '*EINPROGRESS = sub { 10036 };';
eval '*EWOULDBLOCK = *EAGAIN = sub { 10035 };';
eval '*F_GETFL = sub { 0 };';
eval '*F_SETFL = sub { 0 };';
$blocking_supported = 1;
}
}