summaryrefslogtreecommitdiff
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
commita5ece2577793e7ec13a537cc7826571a65d7b93e (patch)
treeb4ecfc4cef0b76a1b01b4dc51bd259bbf27447dd
parentdda3e0fb4a9c8593fe9dc16c1b06cd52a3e32494 (diff)
downloadopenttd-a5ece2577793e7ec13a537cc7826571a65d7b93e.tar.xz
(svn r1846) - Fix: VS6 project file (bociusz)
- Fix: VS6 fkcing borkdness should be abolished
-rw-r--r--network_core.h1
-rw-r--r--ttd.dsp20
2 files changed, 17 insertions, 4 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()
diff --git a/ttd.dsp b/ttd.dsp
index b70af23c5..a3a627a0c 100644
--- a/ttd.dsp
+++ b/ttd.dsp
@@ -196,6 +196,10 @@ SOURCE=.\debug.c
# End Source File
# Begin Source File
+SOURCE=.\depot.c
+# End Source File
+
+# Begin Source File
SOURCE=.\documentation.txt
# End Source File
@@ -346,6 +350,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
@@ -558,6 +566,14 @@ 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
@@ -716,10 +732,6 @@ 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