Added a conditionally compiled definition of INADDR_NONE for platforms
that don't define it.
This commit is contained in:
parent
ba9ce8c7d6
commit
cd40a31073
|
@ -146,6 +146,10 @@
|
|||
# define sipx_node sipx_addr.x_host.c_host
|
||||
#endif /* __FreeBSD__ */
|
||||
|
||||
#ifndef INADDR_NONE
|
||||
#define INADDR_NONE ~0UL
|
||||
#endif
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(winsock);
|
||||
|
||||
/* critical section to protect some non-rentrant net function */
|
||||
|
|
Loading…
Reference in New Issue