Update release

This commit is contained in:
vczh
2023-04-09 03:49:54 -07:00
parent 5d28616d53
commit 2627b8e659
31 changed files with 29157 additions and 29918 deletions
-9
View File
@@ -62,11 +62,6 @@ FilePath
{
}
vint FilePath::Compare(const FilePath& a, const FilePath& b)
{
return (vint)WString::Compare(a.fullPath, b.fullPath);
}
FilePath FilePath::operator/(const WString& relativePath)const
{
if (IsRoot())
@@ -449,10 +444,6 @@ Locale
{
}
Locale::~Locale()
{
}
const WString& Locale::GetName()const
{
return localeName;