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