]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/files/windows/windows.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / basis / io / files / windows / windows.factor
index 7f9bdfb960bcb06d408b0ef8ca921fa913aa405c..ad18263548f158bde52cf3f1f9bcd45d7f6820da 100644 (file)
@@ -2,13 +2,14 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien alien.c-types alien.data alien.strings
 alien.syntax arrays ascii assocs classes.struct combinators
-combinators.short-circuit continuations destructors environment io
-io.backend io.binary io.buffers io.files io.files.private
-io.files.types io.pathnames io.pathnames.private io.ports io.streams.c
-io.streams.null io.timeouts kernel libc literals locals math math.bitwise
-namespaces sequences specialized-arrays system threads tr vectors windows
-windows.errors windows.handles windows.kernel32 windows.shell32
-windows.time windows.types windows.winsock splitting ;
+combinators.short-circuit continuations destructors environment
+io io.backend io.buffers io.files io.files.private
+io.files.types io.pathnames io.pathnames.private io.ports
+io.streams.c io.streams.null io.timeouts kernel libc literals
+locals math math.bitwise namespaces sequences specialized-arrays
+system threads tr vectors windows windows.errors windows.handles
+windows.kernel32 windows.shell32 windows.time windows.types
+windows.winsock splitting ;
 SPECIALIZED-ARRAY: ushort
 IN: io.files.windows