From: molivier Date: Tue, 14 Sep 2004 06:19:00 +0000 (+0000) Subject: socklen_t is "int" in the Winsocks API X-Git-Tag: xonotic-v0.1.0preview~5607 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=92abcb36ac02872f8d8e2c88b9523325d6bfd4b5;p=xonotic%2Fdarkplaces.git socklen_t is "int" in the Winsocks API git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4496 d7cf8633-e32d-0410-b094-e92efae38249 --- 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