mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 13:59:29 +02:00
* TTime_t is 64-bit int in gnutls, seconds since epoch
git-svn-id: trunk@40883 -
This commit is contained in:
parent
73ebd10999
commit
54b9acbe9c
@ -759,7 +759,7 @@ Type
|
||||
PDouble = ^Double;
|
||||
Tsize_t = cint;
|
||||
Tssize_t = cint;
|
||||
Ttime_t = int64; // Doubtful
|
||||
Ttime_t = int64; // Used as such in gnutls
|
||||
PPdword = ^PDWord;
|
||||
|
||||
Type
|
||||
|
Loading…
Reference in New Issue
Block a user