- fixed TFDSet type for 64 bit compatibility

git-svn-id: trunk@1618 -
This commit is contained in:
tom_at_work 2005-11-01 21:08:07 +00:00
parent c204d323f1
commit b8f34684ec

View File

@ -213,7 +213,7 @@ type
TTms = tms;
PTms = ^tms;
TFDSet = ARRAY[0..(FD_MAXFDSET div 32)-1] of Cardinal;
TFDSet = ARRAY[0..(FD_MAXFDSET div BITSINWORD)-1] of cLong;
pFDSet = ^TFDSet;
timezone = packed record