Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2008-12-09 04:20:38 -06:00
commit bb912a3dfd
1 changed files with 1 additions and 1 deletions

2
basis/io/windows/nt/files/files.factor Normal file → Executable file
View File

@ -1,6 +1,6 @@
USING: continuations destructors io.buffers io.files io.backend
io.timeouts io.ports io.files.private io.windows
io.windows.files io.windows.nt.backend io.encodings.ut16n
io.windows.files io.windows.nt.backend io.encodings.utf16n
windows windows.kernel32 kernel libc math threads system
environment alien.c-types alien.arrays alien.strings sequences
combinators combinators.short-circuit ascii splitting alien