io.sockets: Minor cleanup.

db4
Doug Coleman 2012-08-26 00:04:53 -07:00
parent 3adbee3ea0
commit bcc86baf45
2 changed files with 2 additions and 2 deletions

View File

@ -348,7 +348,7 @@ SYMBOL: remote-address
[ (accept) ] keep
parse-sockaddr swap
<ports>
] keep encoding>> <encoder-duplex> swap ;
] [ encoding>> ] bi <encoder-duplex> swap ;
: <datagram> ( addrspec -- datagram )
[

View File

@ -96,7 +96,7 @@ M: windows (broadcast) ( datagram -- datagram )
int <ref> malloc-byte-array ; inline
M: windows WSASocket-flags ( -- DWORD )
WSA_FLAG_OVERLAPPED ;
WSA_FLAG_OVERLAPPED ; inline
: get-ConnectEx-ptr ( socket -- void* )
SIO_GET_EXTENSION_FUNCTION_POINTER