Source position: jwawinsock2.pas line 134
type fd_set = record
fd_count: u_int;
fd_array: array [0..FD_SETSIZE-1] of TSocket;
end;