Albrecht Schlosser wrote: > Two comments (embedded): > >> Modified: branches/branch-1.3/src/Fl_win32.cxx >> =================================================================== >> --- branches/branch-1.3/src/Fl_win32.cxx 2008-08-26 21:07:32 UTC >> (rev 6171) >> +++ branches/branch-1.3/src/Fl_win32.cxx 2008-08-27 16:53:39 UTC >> (rev 6172) >> @@ -44,7 +44,13 @@ >> # include <sys/time.h> >> # include <unistd.h> >> #else >> +# if !defined(USE_WSOCK1) >> +# define WSCK_DLL_NAME "WS2_32.DLL" >> +# include <winsock2.h> >> +#else >> +# define WSCK_DLL_NAME "WSOCK32.DLL" >> # include <winsock.h> >> +# endif >> #endif > > The same should be done for src/Fl_win32.cxx.
This should read: The same should be done for src/fl_dnd_win32.cxx Sorry for the typo. Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
