]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/time/time.factor
Move win32-handle to windows.handles and update using lists to avoid pulling in the...
[factor.git] / basis / windows / time / time.factor
index 904c85200e583509959a70edf683461f5815ed8f..913e613312ebd369adf405b4ffa911ca89d69e6a 100644 (file)
@@ -2,7 +2,7 @@
 ! 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 ;
+accessors classes.struct windows.handles ;
 IN: windows.time
 
 : >64bit ( lo hi -- n )