windows.winsock: cleanup using.
parent
b0390c57ae
commit
fc9d0176df
|
|
@ -1,8 +1,7 @@
|
|||
! Copyright (C) 2006 Mackenzie Straight, Doug Coleman.
|
||||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors alien alien.c-types alien.data alien.strings
|
||||
alien.syntax arrays byte-arrays classes.struct grouping init
|
||||
io.encodings.utf16n kernel literals math math.bitwise
|
||||
USING: accessors alien alien.c-types alien.data alien.syntax
|
||||
byte-arrays classes.struct grouping init kernel literals math
|
||||
math.parser sequences system vocabs.parser windows.com.syntax
|
||||
windows.errors windows.kernel32 windows.types ;
|
||||
FROM: alien.c-types => short ;
|
||||
|
|
|
|||
Loading…
Reference in New Issue