tokyo.alien: Make time_t a long, needs fix for 64bits windows

db4
Bruno Deferrari 2009-06-12 15:19:18 -03:00
parent 5678c18bda
commit 2f15931b3c
1 changed files with 1 additions and 1 deletions

View File

@ -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*