|
|
@@ -63,7 +63,7 @@ bool checkFileExist(string fileName)
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+//TODO: CrossPlaform [Gifur@2025630]
|
|
|
void Wchar_tToString(std::string& szDst, wchar_t *wchar)
|
|
|
{
|
|
|
#ifdef RVC_OS_WIN
|
|
|
@@ -88,7 +88,8 @@ void Wchar_tToString(std::string& szDst, wchar_t *wchar)
|
|
|
#endif
|
|
|
}
|
|
|
|
|
|
-// string to wstring
|
|
|
+//TODO: CrossPlaform [Gifur@2025630]
|
|
|
+//string to wstring
|
|
|
void StringToWstring(std::wstring& szDst, std::string str)
|
|
|
{
|
|
|
#ifdef RVC_OS_WIN
|
|
|
@@ -114,6 +115,7 @@ void StringToWstring(std::wstring& szDst, std::string str)
|
|
|
#endif
|
|
|
}
|
|
|
|
|
|
+//TODO: CrossPlaform [Gifur@2025630]
|
|
|
bool createDir(const string &filePath)
|
|
|
{
|
|
|
#ifdef RVC_OS_WIN
|