mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 12:03:45 +00:00
ws2_32: Define sipx_network / sipx_node for DragonFly BSD.
This commit is contained in:
parent
7e7549abc5
commit
eba8216fcc
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@
|
|||
#endif
|
||||
|
||||
|
||||
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
|
||||
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
|
||||
# define sipx_network sipx_addr.x_net
|
||||
# define sipx_node sipx_addr.x_host.c_host
|
||||
#endif /* __FreeBSD__ */
|
||||
|
|
Loading…
Reference in a new issue