Gerald Pfeifer <[EMAIL PROTECTED]> writes: > ChangeLog: > Roderick Colenbrander <[EMAIL PROTECTED]> > Gerald Pfeifer <[EMAIL PROTECTED]> > 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 [EMAIL PROTECTED]
