[3/3] iphlpapi: Check for the right TCP statistics structure name (for DragonFly BSD)

Juan Lang juan.lang at gmail.com
Sat Jun 2 21:05:25 CDT 2012


Hi André,

+#if HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT
+        struct tcpstat tcp_stat;
+#elif HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT
+        struct tcp_stats tcp_stat;
+#endif
         struct tcpstat tcp_stat;

I think you meant to remove the declaration outside of the #if.
--Juan



More information about the wine-devel mailing list