summaryrefslogtreecommitdiff
path: root/network_core.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2005-02-07 20:36:41 +0000
committerdarkvater <darkvater@openttd.org>2005-02-07 20:36:41 +0000
commit0525b086123f8e9c6d6cc5f6cde4f6eb2151d0e1 (patch)
treeb4ecfc4cef0b76a1b01b4dc51bd259bbf27447dd /network_core.h
parent8867c00d6806d38a3616931bb9a1be81797fc767 (diff)
downloadopenttd-0525b086123f8e9c6d6cc5f6cde4f6eb2151d0e1.tar.xz
(svn r1846) - Fix: VS6 project file (bociusz)
- Fix: VS6 fkcing borkdness should be abolished
Diffstat (limited to 'network_core.h')
-rw-r--r--network_core.h1
1 files changed, 1 insertions, 0 deletions
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()