]> git.pond.sub.org Git - empserver/commit
(posix_close, posix_read, posix_write) [_WIN32]:
authorRon Koenderink <rkoenderink@yahoo.ca>
Sun, 26 Aug 2007 23:04:14 +0000 (23:04 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Sun, 26 Aug 2007 23:04:14 +0000 (23:04 +0000)
commitb65c2dd5bad52a713602336e02e7ade79717f0dd
tree8e907a81082cdecf0d51fa70be1a454c7de287e5
parentc7546923e9ab5d1e197cf3da47eda64d2453b89e
(posix_close, posix_read, posix_write) [_WIN32]:
Move CANT_REACH() and return -1 into a default case.
Removes warnings for MinGW of potential missing cases.

(posix_accept, posix_socket) [_WIN32]: Switch handle to SOCKET
to match Windows call.  Cast to an int for translation map.
src/lib/w32/posixio.c