Forgot a using in system-info.windows

db4
Doug Coleman 2011-09-08 16:17:18 -07:00
parent 70a8c35141
commit 7872d6fc66
1 changed files with 1 additions and 1 deletions

View File

@ -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