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

André Hentschel nerv at dawncrow.de
Sun Jun 3 07:26:35 CDT 2012


Am 03.06.2012 04:05, schrieb Juan Lang:
> 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


Oops, you're right, thx.

-- 

Best Regards, André Hentschel



More information about the wine-devel mailing list