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