From 097111e7c252a85481e3d4622a267913146d2576 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Wed, 18 Nov 2009 18:26:27 -0600 Subject: [PATCH] use system-micros --- basis/io/pipes/windows/nt/nt.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/io/pipes/windows/nt/nt.factor b/basis/io/pipes/windows/nt/nt.factor index cec03cf6d3..1e51b0cc2b 100644 --- a/basis/io/pipes/windows/nt/nt.factor +++ b/basis/io/pipes/windows/nt/nt.factor @@ -35,7 +35,7 @@ IN: io.pipes.windows.nt "-" % 32 random-bits # "-" % - micros # + system-micros # ] "" make ; M: winnt (pipe) ( -- pipe )