windows.time: fix using list.
parent
5cc30f46f5
commit
4043244ce5
|
@ -1,8 +1,8 @@
|
||||||
! Copyright (C) 2007 Doug Coleman.
|
! Copyright (C) 2007 Doug Coleman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: alien alien.c-types kernel math windows.errors
|
USING: accessors alien alien.c-types calendar calendar.private
|
||||||
windows.kernel32 windows.types namespaces calendar math.bitwise
|
classes.struct kernel math math.bitwise namespaces
|
||||||
accessors classes.struct windows.handles ;
|
windows.errors windows.handles windows.kernel32 windows.types ;
|
||||||
IN: windows.time
|
IN: windows.time
|
||||||
|
|
||||||
: >64bit ( lo hi -- n )
|
: >64bit ( lo hi -- n )
|
||||||
|
|
Loading…
Reference in New Issue