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

Bruno Deferrari 2009-06-12 15:19:18 -03:00
parent 0c820dc8fc
commit 271e48b930
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*