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:
committed by
Vadim Zeitlin
parent
83886bf18f
commit
bbca67df67
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user