Implement wxFSVolume for macOS
Implement with NSFileManager and NSURL to provide basic functionality like on MSW. Icons are not implemented for macOS.
This commit is contained in:
parent
83886bf18f
commit
bbca67df67
9 changed files with 213 additions and 59 deletions
|
|
@ -421,7 +421,7 @@ void InteractiveOutputTestCase::TestStandardPaths()
|
|||
// wxVolume tests
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#if !defined(__WIN32__) || !wxUSE_FSVOLUME
|
||||
#if (!defined(__WIN32__) && !defined(__APPLE__)) || defined(__WXOSX_IPHONE__) || !wxUSE_FSVOLUME
|
||||
#undef TEST_VOLUME
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue