DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2301 Version: 1.3-current Fix Version: 1.3.0 I don't think that we need more testing for this particular case here (add_fd() on Windows), because the only significant changes in the patch would be to exchange constant (macro) names that have the same values: FL_READ = POLLIN = 1 FL_WRITE = POLLOUT = 4 FL_EXCEPT = POLLERR = 8 Thus, the only significant changes are those with FORCE_POSITION, and I think that they are trivial. I'll commit my changes now to get them into the next snapshot tomorrow. Link: http://www.fltk.org/str.php?L2301 Version: 1.3-current Fix Version: 1.3.0 _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
