@@ -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;
- if IOType in [iotNone,iotFile] then begin
+ if IOType in [iotDefault,iotFile] then begin
Result:=aHandle;
exit;