mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00: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 */
|
||||
|
||||
/* UNIX stuff */
|
||||
#if defined(UNIX)
|
||||
#if defined(UNIX) && !defined(__OS2__)
|
||||
# define SOCKET int
|
||||
# define INVALID_SOCKET -1
|
||||
# if !defined(__MORPHOS__) && !defined(__AMIGA__)
|
||||
|
Loading…
Reference in New Issue
Block a user