On 08.12.2010 16:39, [email protected] wrote:

>> I propose to remove winsock1 support, since this is long outdated.
>
> I thought we already had, and switched to winsock2 ?

Yes, /we/ (FLTK 1.3) have switched, but you can compile with

#define USE_WSOCK1 / -DUSE_WSOCK1

and then FLTK will #include winsock.h and load wsock32.dll to find
the needed functions. See src/Fl.cxx and src/Fl_win32.cxx.
Unfortunately I had also seen #include <winsock2.h> unconditionally,
so that we might have compiled different sources with different
winsock headers. My intention was to remove this potential problem
and to simplify the code.

Short: the question was to /remove/ this /option/, not whether FLTK
uses wsock2 (by default).

Sorry, if this was not clear.

Albrecht
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to