git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43009
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
return filters.GetCount();
}
return filters.GetCount();
}
-#if defined( __WINDOWS__ )
+#if defined(__WINDOWS__) && !(defined(__UNIX__) || defined(__OS2__))
static bool wxCheckWin32Permission(const wxString& path, DWORD access)
{
// quoting the MSDN: "To obtain a handle to a directory, call the
static bool wxCheckWin32Permission(const wxString& path, DWORD access)
{
// quoting the MSDN: "To obtain a handle to a directory, call the