* BugFix: Corrections to the Unix file IO to allow for compilation on ARM Unix devics.

This commit is contained in:
Robert MacGregor 2021-11-01 08:52:35 -04:00
parent ac3126765f
commit dd03af5041
4 changed files with 94 additions and 84 deletions

View file

@ -175,9 +175,4 @@ bool MacFileSystemChangeNotifier::internalRemoveNotification( const Torque::Path
Torque::FS::FileSystemRef Platform::FS::createNativeFS( const String &volume )
{
return new MacFileSystem( volume );
}
bool Torque::FS::VerifyWriteAccess(const Torque::Path &path)
{
return true;
}
}