mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-18 20:19:11 +00:00
(svn r1933) typedef socklen_t for BeOS
This commit is contained in:
@@ -88,6 +88,10 @@ typedef struct ifreq IFREQ;
|
||||
# include <netdb.h>
|
||||
#endif // UNIX
|
||||
|
||||
#ifdef __BEOS__
|
||||
typedef int socklen_t;
|
||||
#endif
|
||||
|
||||
// OS/2 stuff
|
||||
#if defined(__OS2__)
|
||||
# define SOCKET int
|
||||
|
Reference in New Issue
Block a user