DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR Pending] Link: http://www.fltk.org/str.php?L2506 Version: 1.3-current Fix Version: 1.3-current Greg, I saw that this demo uses "_WIN32" instead of FLTK's define "WIN32". This should probably be corrected as well. To Teun's suggested patch and your comments: __CYGWIN__ is only defined if we are compiling _for_ Cygwin, i.e. with its dll and POSIX layer (configure --enable-cygwin). In this case you can assume to have ls and other Unix tools. WIN32 is defined if we use GDI (with or w/o Cygwin/POSIX), but not if we use Cygwin/X11 (and the latter includes the POSIX layer, of course). Cygwin/X11 is always handled like Unix/X11 in FLTK code. Link: http://www.fltk.org/str.php?L2506 Version: 1.3-current Fix Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
