forked from mirror/OpenTTD
(svn r1945) - CodeChange: re-commit of rev 1835: "Reduce the visibility of network_core.h (Tron)".
- VS6/.NET: moved ENABLE_NETWORK to the project file setting (same place as WITH_SDL, WITH_ZLIB) and removed it from network_core.h
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
#endif //_MSC_VER
|
||||
|
||||
#if ! (defined(__MINGW32__) || defined(__CYGWIN__))
|
||||
#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;
|
||||
@@ -89,7 +88,7 @@ typedef struct ifreq IFREQ;
|
||||
#endif // UNIX
|
||||
|
||||
#ifdef __BEOS__
|
||||
typedef int socklen_t;
|
||||
typedef int socklen_t;
|
||||
#endif
|
||||
|
||||
// OS/2 stuff
|
||||
|
Reference in New Issue
Block a user