Fix for mixed usage of SOCKET and int.
This commit is contained in:

committed by
Marcelo Roberto Jimenez

parent
a5fb5edfc9
commit
4b47e6a51d
@@ -156,7 +156,7 @@ int sock_destroy(
|
||||
*/
|
||||
static inline int sock_close(
|
||||
/*! Socket descriptor. */
|
||||
int sock)
|
||||
SOCKET sock)
|
||||
{
|
||||
int ret = -1;
|
||||
|
||||
|
Reference in New Issue
Block a user