mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 02:49:28 +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;
|
PDouble = ^Double;
|
||||||
Tsize_t = cint;
|
Tsize_t = cint;
|
||||||
Tssize_t = cint;
|
Tssize_t = cint;
|
||||||
Ttime_t = int64; // Doubtful
|
Ttime_t = int64; // Used as such in gnutls
|
||||||
PPdword = ^PDWord;
|
PPdword = ^PDWord;
|
||||||
|
|
||||||
Type
|
Type
|
||||||
|
Loading…
Reference in New Issue
Block a user