]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/errors/errors.factor
fix loading problems on windows
[factor.git] / basis / windows / errors / errors.factor
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