Fix for mixed usage of SOCKET and int.

This commit is contained in:
Stefan Sommerfeld
2010-11-07 13:35:48 -02:00
committed by Marcelo Roberto Jimenez
parent a5fb5edfc9
commit 4b47e6a51d
4 changed files with 23 additions and 23 deletions

View File

@@ -156,7 +156,7 @@ int sock_destroy(
*/
static inline int sock_close(
/*! Socket descriptor. */
int sock)
SOCKET sock)
{
int ret = -1;