mirror of https://github.com/OpenTTD/OpenTTD
(svn r1933) typedef socklen_t for BeOS
parent
71906d09b7
commit
4c9b6b44d5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue