mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 06:59:24 +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}
|
{$ifndef WINCE}
|
||||||
do_isdevice:=(getfiletype(handle)=2);
|
do_isdevice:=(getfiletype(handle)=2);
|
||||||
{$else WINCE}
|
{$else WINCE}
|
||||||
do_isdevice:=False;
|
do_isdevice:=(handle = StdInputHandle) or (handle = StdOutputHandle) or (handle = StdErrorHandle);
|
||||||
{$endif WINCE}
|
{$endif WINCE}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user