ws2_32: define sipx_network / sipx_node for DragonFly BSD

Austin English austinenglish at gmail.com
Wed Jun 29 21:38:17 CDT 2011


-- 
-Austin
-------------- next part --------------
diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c
index 43134af..4fc65ab 100644
--- a/dlls/ws2_32/socket.c
+++ b/dlls/ws2_32/socket.c
@@ -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__ */


More information about the wine-patches mailing list