mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 09:47:52 +02:00
- fixed TFDSet type for 64 bit compatibility
git-svn-id: trunk@1618 -
This commit is contained in:
parent
c204d323f1
commit
b8f34684ec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user