]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dircmn.cpp
Some fixes for wxURLDataObject when wxUSE_UNICODE==1
[wxWidgets.git] / src / common / dircmn.cpp
index ca35534dcf8b15c5f6e43c2b8fdd1e2ea639923a..074cd75f9e957a4eb175f9caea118a646158fe85 100644 (file)
@@ -56,7 +56,9 @@ bool wxDir::HasFiles(const wxString& spec)
 }
 
 // we have a (much) faster version for Unix
-#ifndef __UNIX_LIKE__
+// 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)
 {