Added a conditionally compiled definition of INADDR_NONE for platforms

that don't define it.
This commit is contained in:
Robert Lunnon 2005-05-07 12:18:10 +00:00 committed by Alexandre Julliard
parent ba9ce8c7d6
commit cd40a31073
1 changed files with 4 additions and 0 deletions

View File

@ -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 */