]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/time/windows/windows.factor
factor: trim using lists
[factor.git] / extra / time / windows / windows.factor
index e5d7f918d9fac2c9b696b0edcb046e73a6464dc0..7bfbbfc5f24582b834b83646d899d7cf52d6e18f 100644 (file)
@@ -1,9 +1,8 @@
 ! Copyright (C) 2010 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: calendar.windows system time windows.errors 
-windows.kernel32 kernel classes.struct calendar ;
+USING: calendar calendar.windows system time windows.errors
+windows.kernel32 ;
 IN: time.windows
 
-M: windows set-time
-    >gmt
-    timestamp>SYSTEMTIME SetSystemTime win32-error=0/f ;
+M: windows set-system-time
+    >gmt timestamp>SYSTEMTIME SetSystemTime win32-error=0/f ;