io.sockets.windows: Fix using.

db4
Doug Coleman 2014-04-23 20:07:32 -07:00
parent ae6b931284
commit 50ca01a4d8
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: accessors alien alien.c-types alien.data classes.struct USING: accessors alien alien.c-types alien.data classes.struct
combinators destructors io.backend io.files.windows io.ports combinators destructors io.backend io.files.windows io.ports
io.sockets io.sockets.icmp io.sockets.private kernel libc math io.sockets io.sockets.icmp io.sockets.private kernel libc locals
sequences system windows.handles windows.kernel32 windows.types math sequences system windows.errors windows.handles
windows.winsock locals ; windows.kernel32 windows.types windows.winsock ;
FROM: namespaces => get ; FROM: namespaces => get ;
IN: io.sockets.windows IN: io.sockets.windows