From 0525b086123f8e9c6d6cc5f6cde4f6eb2151d0e1 Mon Sep 17 00:00:00 2001 From: darkvater Date: Mon, 7 Feb 2005 20:36:41 +0000 Subject: [PATCH] (svn r1846) - Fix: VS6 project file (bociusz) - Fix: VS6 fkcing borkdness should be abolished --- network_core.h | 1 + ttd.dsp | 20 ++++++++++++++++---- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/network_core.h b/network_core.h index 6627576cfc..304f580a84 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() diff --git a/ttd.dsp b/ttd.dsp index b70af23c5a..a3a627a0c6 100644 --- a/ttd.dsp +++ b/ttd.dsp @@ -195,6 +195,10 @@ SOURCE=.\console_cmds.c SOURCE=.\debug.c # End Source File +# Begin Source File +SOURCE=.\depot.c +# End Source File + # Begin Source File SOURCE=.\documentation.txt # End Source File @@ -345,6 +349,10 @@ SOURCE=.\StdAfx.c # End Source File +# Begin Source File +SOURCE=.\string.c +# End Source File + # Begin Source File SOURCE=.\strings.c # End Source File @@ -557,6 +565,14 @@ SOURCE=.\sound.h SOURCE=.\station.h # End Source File +# Begin Source File +SOURCE=.\string.h +# End Source File + +# Begin Source File +SOURCE=.\strings.h +# End Source File + # Begin Source File SOURCE=.\StdAfx.h # End Source File @@ -715,10 +731,6 @@ SOURCE=.\aircraft_cmd.c SOURCE=.\clear_cmd.c # End Source File -# Begin Source File -SOURCE=.\debug.c -# End Source File - # Begin Source File SOURCE=.\disaster_cmd.c # End Source File