]> gitweb.factorcode.org Git - factor.git/blob - extra/time/windows/windows.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / time / windows / windows.factor
1 ! Copyright (C) 2010 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: calendar.windows system time windows.errors
4 windows.kernel32 kernel classes.struct calendar ;
5 IN: time.windows
6
7 M: windows set-time
8     >gmt
9     timestamp>SYSTEMTIME SetSystemTime win32-error=0/f ;