Add stub so that it compiles. Will fix later when I have time.
This commit is contained in:
@@ -429,6 +429,11 @@ void ArchHooks::MountInitialFilesystems( const RString &sDirOfExecutable )
|
|||||||
FILEMAN->Mount( "dir", ssprintf("%s/Logs/" PRODUCT_ID, dir), "/Logs" );
|
FILEMAN->Mount( "dir", ssprintf("%s/Logs/" PRODUCT_ID, dir), "/Logs" );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void ArchHooks::MountUserFilesystems( const RString &sDirOfExecutable )
|
||||||
|
{
|
||||||
|
// XXX: Fix me.
|
||||||
|
}
|
||||||
|
|
||||||
static inline int GetIntValue( CFTypeRef r )
|
static inline int GetIntValue( CFTypeRef r )
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
|
|||||||
Reference in New Issue
Block a user