]> gitweb.factorcode.org Git - factor.git/commitdiff
win32 fixes
authorMackenzie Straight <eizneckam@gmail.com>
Thu, 9 Jun 2005 02:32:45 +0000 (02:32 +0000)
committerMackenzie Straight <eizneckam@gmail.com>
Thu, 9 Jun 2005 02:32:45 +0000 (02:32 +0000)
library/win32/win32-errors.factor
library/win32/win32-server.factor

index 4860a2b5c41eb7815589663ab7bb30c84bd86d31..86c42eb21713d5399f429a4df19fe5dbd71c4df0 100644 (file)
@@ -35,6 +35,7 @@ USE: math
 USE: parser
 USE: alien
 USE: words
+USE: sequences
 
 : CONSTANT: CREATE 
     [ [ [ swons ] each ] cons define-compound POSTPONE: parsing ] 
index 39ca7411c55979c7feac6c4493013b261404e245..3559ddc22340e93f96ba127646b61fa693d7c4ec 100644 (file)
@@ -25,7 +25,7 @@
 
 IN: win32-stream
 USING: alien errors generic kernel kernel-internals lists math namespaces
-       prettyprint stdio streams strings threads unparser win32-api
+       prettyprint sequences stdio streams strings threads unparser win32-api
        win32-io-internals io-internals ;
 
 TUPLE: win32-server this ;