* Fopefully last fix for non-select platforms

This commit is contained in:
Michaël Van Canneyt 2021-09-01 14:57:51 +02:00
parent 71457e6408
commit cb22b7a1d5

View File

@ -603,8 +603,8 @@ var
begin
Result:=False;
MaxHandle:=0;
{$if defined(unix) or defined(windows)}
MaxHandle:=0;
TimeV.tv_usec := (aTimeOut mod 1000) * 1000;
TimeV.tv_sec := aTimeOut div 1000;
FillFD(FDR,aRead);