Fix using
parent
35f01b1577
commit
1f517a1db8
|
@ -1,7 +1,7 @@
|
||||||
! 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 windows.kernel32
|
USING: alien alien.c-types kernel math windows windows.kernel32
|
||||||
namespaces calendar ;
|
namespaces calendar math.bitwise ;
|
||||||
IN: windows.time
|
IN: windows.time
|
||||||
|
|
||||||
: >64bit ( lo hi -- n )
|
: >64bit ( lo hi -- n )
|
||||||
|
|
Loading…
Reference in New Issue