Author: AlbrechtS
Date: 2012-05-05 08:52:22 -0700 (Sat, 05 May 2012)
New Revision: 9446
Log:
Fix STR #2819 (include dirent.h on Windows/MinGW).
Modified:
branches/branch-3.0/include/fltk3/filename.h
Modified: branches/branch-3.0/include/fltk3/filename.h
===================================================================
--- branches/branch-3.0/include/fltk3/filename.h 2012-05-05 14:45:47 UTC
(rev 9445)
+++ branches/branch-3.0/include/fltk3/filename.h 2012-05-05 15:52:22 UTC
(rev 9446)
@@ -86,7 +86,7 @@
}
-# if defined(WIN32) && !defined(__CYGWIN__) && !defined(__WATCOMC__)
+# if defined(WIN32) && !defined(__MINGW32__) && !defined(__CYGWIN__) &&
!defined(__WATCOMC__)
struct dirent {char d_name[1];};
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit