From a5ece2577793e7ec13a537cc7826571a65d7b93e Mon Sep 17 00:00:00 2001 From: darkvater Date: Mon, 7 Feb 2005 20:36:41 +0000 Subject: (svn r1846) - Fix: VS6 project file (bociusz) - Fix: VS6 fkcing borkdness should be abolished --- network_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'network_core.h') diff --git a/network_core.h b/network_core.h index 6627576cf..304f580a8 100644 --- a/network_core.h +++ b/network_core.h @@ -21,6 +21,7 @@ #define ENABLE_NETWORK // On windows, the network is always enabled // Windows has some different names for some types.. typedef SSIZE_T ssize_t; + typedef int socklen_t; #endif #define GET_LAST_ERROR() WSAGetLastError() -- cgit v1.2.3-54-g00ecf