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:
ahodgkinson
2007-02-20 20:07:31 +00:00
parent 49ac1a0e4f
commit 4adaa113f1

View File

@@ -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)
{