Author: AlbrechtS
Date: 2012-04-23 02:47:04 -0700 (Mon, 23 Apr 2012)
New Revision: 9382
Log:
Fix STR #2819 (include dirent.h on Windows/MinGW).


Modified:
   branches/branch-1.3/FL/filename.H

Modified: branches/branch-1.3/FL/filename.H
===================================================================
--- branches/branch-1.3/FL/filename.H   2012-04-22 17:42:18 UTC (rev 9381)
+++ branches/branch-1.3/FL/filename.H   2012-04-23 09:47:04 UTC (rev 9382)
@@ -70,7 +70,7 @@
 #  endif /* __cplusplus */
 
 
-#  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

Reply via email to