DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2506
Version: 1.3-current


cygwin needs unix style, _popen is not available

$ svn diff
Index: table-sort.cxx
===================================================================
--- table-sort.cxx      (revision 8173)
+++ table-sort.cxx      (working copy)
@@ -45,7 +45,7 @@

 #define MARGIN 20

-#ifdef _WIN32
+#if defined _WIN32 && !defined __CYGWIN__
 // WINDOWS
 #define DIRCMD          "dir"
 #define DIRHEADER       { "Date", "Time", "Size", "Filename", "", "", "",
"", "" }


Link: http://www.fltk.org/str.php?L2506
Version: 1.3-current

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

Reply via email to