DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2687 Version: 1.3.1 Adding to Greg's note above: - This code is *not* used under the win32 targets, there is a separate implementation in scander_win32.c for them; however, that function is only pulled into the fltk build as a consequence of being wrapped in an #ifdef within the "suspect" file. - It's far from obvious which platforms (if any) actually pull in the suspect code these days. The suspect code ought to be elided from the build on any host that has a working implementation of scandir(), which I guess is most platforms these days? - The suspect code, if it is used at all, is only called from within filename_list.cxx. (Side note: There may be some scope for flattening filename_list.cxx, scandir.c and scandir_win32.c into a single file, as there seems to be considerable overlap...) Link: http://www.fltk.org/str.php?L2687 Version: 1.3.1 _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
