* fixed wince console I/O.

git-svn-id: trunk@3720 -
This commit is contained in:
yury 2006-05-28 20:09:57 +00:00
parent b73557ea4e
commit c564dfeb5b

View File

@ -32,7 +32,7 @@ begin
{$ifndef WINCE}
do_isdevice:=(getfiletype(handle)=2);
{$else WINCE}
do_isdevice:=False;
do_isdevice:=(handle = StdInputHandle) or (handle = StdOutputHandle) or (handle = StdErrorHandle);
{$endif WINCE}
end;