dlls/winsock/socket breakage

Alexandre Julliard julliard at winehq.org
Mon Sep 13 13:24:49 CDT 2004


Gerald Pfeifer <gerald at pfeifer.com> writes:

> ChangeLog:
> Roderick Colenbrander <thunderbird2k at gmx.net>
> Gerald Pfeifer <gerald at pfeifer.com>
> Make WS2_Send(), WS_getsockopt(), and WS_setsockopt() work on FreeBSD.

You shouldn't use #ifdef __FreeBSD__ for that, you should check for
the actual features (for instance #ifdef SOL_IPX etc.), possibly
adding configure checks if needed.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list