mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 23:09:40 +02:00
* fixed wince console I/O.
git-svn-id: trunk@3720 -
This commit is contained in:
parent
b73557ea4e
commit
c564dfeb5b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user