13 Sep
2004
13 Sep
'04
1:24 p.m.
Gerald Pfeifer <gerald(a)pfeifer.com> writes:
ChangeLog: Roderick Colenbrander <thunderbird2k(a)gmx.net> Gerald Pfeifer <gerald(a)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(a)winehq.org