corrected path format for wxMac compiled with Apple DevTools

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot 2001-11-05 20:20:14 +00:00
parent 461f203cbf
commit 4d293f8ef4

View File

@ -811,7 +811,7 @@ wxPathFormat wxFileName::GetFormat( wxPathFormat format )
{
#if defined(__WXMSW__) || defined(__WXPM__)
format = wxPATH_DOS;
#elif defined(__WXMAC__)
#elif defined(__WXMAC__) && !defined(__DARWIN__)
format = wxPATH_MAC;
#else
format = wxPATH_UNIX;