From 350f69b645e36e54feb36a2b51e943d9b60f5efd Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Thu, 14 Jan 2010 17:20:30 -0600 Subject: [PATCH] Clean up a windows.time word --- basis/windows/time/time.factor | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/basis/windows/time/time.factor b/basis/windows/time/time.factor index dfe12aaf3c..904c85200e 100644 --- a/basis/windows/time/time.factor +++ b/basis/windows/time/time.factor @@ -8,8 +8,7 @@ IN: windows.time : >64bit ( lo hi -- n ) 32 shift bitor ; inline -: windows-1601 ( -- timestamp ) - 1601 1 1 0 0 0 instant ; +: windows-1601 ( -- timestamp ) 1601 ; : FILETIME>windows-time ( FILETIME -- n ) [ dwLowDateTime>> ] [ dwHighDateTime>> ] bi >64bit ; -- 2.34.1