windows.time: fix using list.

db4
John Benediktsson 2012-07-16 15:46:52 -07:00
parent 5cc30f46f5
commit 4043244ce5
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
! Copyright (C) 2007 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: alien alien.c-types kernel math windows.errors
windows.kernel32 windows.types namespaces calendar math.bitwise
accessors classes.struct windows.handles ;
USING: accessors alien alien.c-types calendar calendar.private
classes.struct kernel math math.bitwise namespaces
windows.errors windows.handles windows.kernel32 windows.types ;
IN: windows.time
: >64bit ( lo hi -- n )