Fixed compiler warnings on Windows.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1034 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -31,7 +31,7 @@ FSTATIC RCODE f_socketPeek(
|
||||
FLMBOOL bPeekRead);
|
||||
|
||||
FSTATIC void f_closeSocket(
|
||||
int * piSocket);
|
||||
SOCKET * piSocket);
|
||||
|
||||
/****************************************************************************
|
||||
Desc:
|
||||
@@ -1449,7 +1449,7 @@ Exit:
|
||||
Desc:
|
||||
*********************************************************************/
|
||||
void f_closeSocket(
|
||||
int * piSocket)
|
||||
SOCKET * piSocket)
|
||||
{
|
||||
if( *piSocket != INVALID_SOCKET)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user