mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-24 06:00:05 +01:00
(svn r7882) -Fix: OS2 is defined as UNIX too, but not for networking
This commit is contained in:
parent
63b3620b9b
commit
27ccf59460
@ -32,7 +32,7 @@ typedef unsigned long in_addr_t;
|
|||||||
#endif /* WIN32 */
|
#endif /* WIN32 */
|
||||||
|
|
||||||
/* UNIX stuff */
|
/* UNIX stuff */
|
||||||
#if defined(UNIX)
|
#if defined(UNIX) && !defined(__OS2__)
|
||||||
# define SOCKET int
|
# define SOCKET int
|
||||||
# define INVALID_SOCKET -1
|
# define INVALID_SOCKET -1
|
||||||
# if !defined(__MORPHOS__) && !defined(__AMIGA__)
|
# if !defined(__MORPHOS__) && !defined(__AMIGA__)
|
||||||
|
Loading…
Reference in New Issue
Block a user