tokyo.alien: Make time_t a long, needs fix for 64bits windows
parent
0c820dc8fc
commit
271e48b930
|
@ -9,7 +9,7 @@ C-ENUM:
|
|||
TCDBTFIXED
|
||||
TCDBTTABLE ;
|
||||
|
||||
! long seems safe enough
|
||||
! FIXME: on windows 64bits this isn't correct, because long is 32bits there, and time_t is int64
|
||||
TYPEDEF: long time_t
|
||||
|
||||
TYPEDEF: void* TCLIST*
|
||||
|
|
Loading…
Reference in New Issue