lame fix for Linux build for now

This commit is contained in:
Glenn Maynard
2006-01-04 18:03:42 +00:00
parent 6a5b7540cc
commit 4b92224743
@@ -121,6 +121,11 @@ namespace
}
};
RString ArchHooks::GetPreferredLanguage()
{
return "EN";
}
int64_t ArchHooks::GetMicrosecondsSinceStart( bool bAccurate )
{
OpenGetTime();