]> gitweb.factorcode.org Git - factor.git/commitdiff
fix loading problems on windows
authorJoe Groff <arcata@gmail.com>
Fri, 18 Sep 2009 15:01:38 +0000 (10:01 -0500)
committerJoe Groff <arcata@gmail.com>
Fri, 18 Sep 2009 15:01:38 +0000 (10:01 -0500)
basis/environment/winnt/winnt.factor
basis/windows/errors/errors.factor

index cba92a0e3ca6f1fe9331d55b3ec3478e7a5bffc7..894415ace898e706e69281e241c41d193693dfe1 100755 (executable)
@@ -3,7 +3,7 @@
 USING: alien.strings fry io.encodings.utf16n kernel
 splitting windows windows.kernel32 windows.types system
 environment alien.data sequences windows.errors
-io.streams.memory io.encodings io ;
+io.streams.memory io.encodings io specialized-arrays ;
 SPECIALIZED-ARRAY: TCHAR
 IN: environment.winnt
 
index 483494ba0cc7fdc47d6988a8399742990baef2ba..a7a41433f7dcb15aa90f8b8515e5b7c0e05dd0dc 100755 (executable)
@@ -1,7 +1,7 @@
 USING: alien.data kernel locals math math.bitwise
 windows.kernel32 sequences byte-arrays unicode.categories
 io.encodings.string io.encodings.utf16n alien.strings
-arrays literals windows.types ;
+arrays literals windows.types specialized-arrays ;
 SPECIALIZED-ARRAY: TCHAR
 IN: windows.errors