]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dircmn.cpp
even more fixes to last-minute wxFileSystem mods
[wxWidgets.git] / src / common / dircmn.cpp
index 074cd75f9e957a4eb175f9caea118a646158fe85..dc0b24bbc12b3d4bc6c60ffacf6dda9bb1e837d1 100644 (file)
@@ -56,9 +56,7 @@ bool wxDir::HasFiles(const wxString& spec)
 }
 
 // we have a (much) faster version for Unix
 }
 
 // we have a (much) faster version for Unix
-// MBN: Cygwin should use the Unix version, but with the current build sistem
-//      this is painful
-#if defined(__CYGWIN__) || !defined(__UNIX_LIKE__) || defined(__WXMAC__)
+#if (defined(__CYGWIN__) && defined(__WINDOWS__)) || !defined(__UNIX_LIKE__) || defined(__WXMAC__)
 
 bool wxDir::HasSubDirs(const wxString& spec)
 {
 
 bool wxDir::HasSubDirs(const wxString& spec)
 {