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:
parent
461f203cbf
commit
4d293f8ef4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user