Use U8String/U16String/WString instead of UTF8String/UTF16String/WideString

This commit is contained in:
2024-12-24 22:41:09 +08:00
parent 6cd0063812
commit 21e2b6a9b5
8 changed files with 62 additions and 62 deletions

View File

@@ -153,7 +153,7 @@ namespace hgl
* @param litter 小写字母
* @return 是否计算成功
*/
//bool GetFileHash(const OSString &filename,HASH ha,UTF8String &hash_str,bool litter=true);
//bool GetFileHash(const OSString &filename,HASH ha,U8String &hash_str,bool litter=true);
}//namespace util
}//namespace hgl
#endif//HGL_UTIL_HASH_INCLUDE