From 2f15931b3c320a0b67d50b397dcc053c3eec8282 Mon Sep 17 00:00:00 2001 From: Bruno Deferrari Date: Fri, 12 Jun 2009 15:19:18 -0300 Subject: [PATCH] tokyo.alien: Make time_t a long, needs fix for 64bits windows --- extra/tokyo/alien/tcutil/tcutil.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/tokyo/alien/tcutil/tcutil.factor b/extra/tokyo/alien/tcutil/tcutil.factor index aac300a3c1..41de2c9407 100644 --- a/extra/tokyo/alien/tcutil/tcutil.factor +++ b/extra/tokyo/alien/tcutil/tcutil.factor @@ -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* -- 2.34.1