mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 15:47:53 +02:00
Fix dummy and wince fcl-process code after commit 54157a17
This commit is contained in:
parent
b6ccf369b9
commit
7ffbbdd50b
@ -195,5 +195,5 @@ end;
|
||||
|
||||
function TIODescriptor.SysIsTypeSupported(AValue: TIOType): Boolean;
|
||||
begin
|
||||
Result:=aValue in [ioType,iotNone];
|
||||
Result:=aValue in [ioType,iotDefault];
|
||||
end;
|
||||
|
@ -384,7 +384,7 @@ var
|
||||
Res : Boolean;
|
||||
|
||||
begin
|
||||
if IOType in [iotNone,iotFile] then begin
|
||||
if IOType in [iotDefault,iotFile] then begin
|
||||
Result:=aHandle;
|
||||
exit;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user