]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tokyo/alien/tcutil/tcutil.factor
tokyo.alien: Make time_t a long, needs fix for 64bits windows
[factor.git] / extra / tokyo / alien / tcutil / tcutil.factor
index aac300a3c1b8fb3e76dd9f7f34e0392c74f03c7f..41de2c9407b1393c67763f2ca4738ae13b89ff9a 100644 (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*