]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/sockets/windows/windows.factor
Move win32-handle to windows.handles and update using lists to avoid pulling in the...
[factor.git] / basis / io / sockets / windows / windows.factor
index d14833e61e4dd1e3a2357a4707b9626b9a36973e..3d9b3a6e14c9e04ba98a108ded0f850edf11d3ae 100755 (executable)
@@ -1,8 +1,9 @@
 ! Copyright (C) 2007, 2009 Slava Pestov, Doug Coleman.\r
 ! See http://factorcode.org/license.txt for BSD license.\r
-USING: kernel accessors io.sockets io.sockets.private\r
-io.backend.windows io.backend windows.winsock system destructors\r
-alien.c-types classes.struct combinators ;\r
+USING: accessors alien.c-types classes.struct combinators\r
+destructors io.backend io.backend.windows io.sockets\r
+io.sockets.private kernel system windows.handles\r
+windows.winsock ;\r
 FROM: namespaces => get ;\r
 IN: io.sockets.windows\r
 \r