(svn r1846) - Fix: VS6 project file (bociusz)
authordarkvater
Mon, 07 Feb 2005 20:36:41 +0000
changeset 1342 a1ca3e1df6bd
parent 1341 3533880da5d5
child 1343 481847e32573
(svn r1846) - Fix: VS6 project file (bociusz)
- Fix: VS6 fkcing borkdness should be abolished
network_core.h
ttd.dsp
--- a/network_core.h	Mon Feb 07 19:45:08 2005 +0000
+++ b/network_core.h	Mon Feb 07 20:36:41 2005 +0000
@@ -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()
--- a/ttd.dsp	Mon Feb 07 19:45:08 2005 +0000
+++ b/ttd.dsp	Mon Feb 07 20:36:41 2005 +0000
@@ -196,6 +196,10 @@
 # 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 @@
 # 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 @@
 # 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 @@
 # End Source File
 
 # Begin Source File
-SOURCE=.\debug.c
-# End Source File
-
-# Begin Source File
 SOURCE=.\disaster_cmd.c
 # End Source File