mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-29 17:39:09 +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>
|
# include <netdb.h>
|
||||||
#endif // UNIX
|
#endif // UNIX
|
||||||
|
|
||||||
|
#ifdef __BEOS__
|
||||||
|
typedef int socklen_t;
|
||||||
|
#endif
|
||||||
|
|
||||||
// OS/2 stuff
|
// OS/2 stuff
|
||||||
#if defined(__OS2__)
|
#if defined(__OS2__)
|
||||||
# define SOCKET int
|
# define SOCKET int
|
||||||
|
Reference in New Issue
Block a user