From 7872d6fc66240937f407661f7c0b090bba8edf65 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Thu, 8 Sep 2011 16:17:18 -0700 Subject: [PATCH] Forgot a using in system-info.windows --- basis/system-info/windows/windows.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/system-info/windows/windows.factor b/basis/system-info/windows/windows.factor index 8aa295519a..d51223b69b 100644 --- a/basis/system-info/windows/windows.factor +++ b/basis/system-info/windows/windows.factor @@ -4,7 +4,7 @@ USING: accessors alien alien.c-types alien.data alien.strings arrays byte-arrays classes.struct combinators kernel math namespaces specialized-arrays system vocabs.loader windows windows.advapi32 -windows.errors windows.kernel32 words ; +windows.errors windows.kernel32 words system-info ; SPECIALIZED-ARRAY: ushort IN: system-info.windows