]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dircmn.cpp
don't inherit the controls colours from the parent - at least for the background...
[wxWidgets.git] / src / common / dircmn.cpp
index 8591612324134bd927df0dee747edaff21f72645..074cd75f9e957a4eb175f9caea118a646158fe85 100644 (file)
@@ -56,7 +56,9 @@ bool wxDir::HasFiles(const wxString& spec)
 }
 
 // we have a (much) faster version for Unix
-#if !defined(__UNIX_LIKE__) || defined(__WXMAC__)
+// MBN: Cygwin should use the Unix version, but with the current build sistem
+//      this is painful
+#if defined(__CYGWIN__) || !defined(__UNIX_LIKE__) || defined(__WXMAC__)
 
 bool wxDir::HasSubDirs(const wxString& spec)
 {