Want to use wxDir::HasSubDirs on OS/2 with gcc, too.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -66,7 +66,7 @@ bool wxDir::HasFiles(const wxString& spec)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// we have a (much) faster version for Unix
|
// we have a (much) faster version for Unix
|
||||||
#if (defined(__CYGWIN__) && defined(__WINDOWS__)) || !defined(__UNIX_LIKE__) || defined(__WXMAC__)
|
#if (defined(__CYGWIN__) && defined(__WINDOWS__)) || !defined(__UNIX_LIKE__) || defined(__WXMAC__) || defined(__EMX__)
|
||||||
|
|
||||||
bool wxDir::HasSubDirs(const wxString& spec)
|
bool wxDir::HasSubDirs(const wxString& spec)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user