2010-11-10 21:00:53 +01:00
|
|
|
Index: MultiPlay.cpp
|
|
|
|
===================================================================
|
|
|
|
--- MultiPlay.cpp.orig
|
2007-11-12 21:44:33 +01:00
|
|
|
+++ MultiPlay.cpp
|
2010-11-10 21:00:53 +01:00
|
|
|
@@ -43,7 +43,9 @@ typedef int socklen_t; /* mimic Penguin
|
2007-11-12 21:44:33 +01:00
|
|
|
|
|
|
|
#else /* ! WIN32 */
|
|
|
|
|
|
|
|
+#ifndef closesocket /* see included ttincl.h */
|
|
|
|
#define closesocket(FD) close(FD)
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2010-11-10 21:00:53 +01:00
|
|
|
Index: Network.cpp
|
|
|
|
===================================================================
|
|
|
|
--- Network.cpp.orig
|
2007-11-12 21:44:33 +01:00
|
|
|
+++ Network.cpp
|
2010-11-10 21:00:53 +01:00
|
|
|
@@ -42,7 +42,9 @@ typedef int socklen_t; /* mimic Penguin
|
2007-11-12 21:44:33 +01:00
|
|
|
|
|
|
|
#else /* ! WIN32 */
|
|
|
|
|
|
|
|
+#ifndef closesocket /* see included ttincl.h */
|
|
|
|
#define closesocket(FD) close(FD)
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|