From 92abcb36ac02872f8d8e2c88b9523325d6bfd4b5 Mon Sep 17 00:00:00 2001 From: molivier Date: Tue, 14 Sep 2004 06:19:00 +0000 Subject: [PATCH] socklen_t is "int" in the Winsocks API git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4496 d7cf8633-e32d-0410-b094-e92efae38249 --- lhnet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lhnet.c b/lhnet.c index 259928e7..ede0e7e2 100644 --- a/lhnet.c +++ b/lhnet.c @@ -460,7 +460,7 @@ lhnetsocket_t *LHNET_OpenSocket_Connectionless(lhnetaddress_t *address) #endif { #ifdef WIN32 - size_t namelen; + int namelen; #else socklen_t namelen; #endif -- 2.39.2