mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix a Symbian compile issue.
This commit is contained in:
parent
86859dd8e9
commit
1ec19310cd
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ bool Rename(const std::string &srcFilename, const std::string &destFilename)
|
|||
{
|
||||
INFO_LOG(COMMON, "Rename: %s --> %s",
|
||||
srcFilename.c_str(), destFilename.c_str());
|
||||
#ifdef UNICODE
|
||||
#if defined(_WIN32) && defined(UNICODE)
|
||||
std::wstring srcw = ConvertUTF8ToWString(srcFilename);
|
||||
std::wstring destw = ConvertUTF8ToWString(destFilename);
|
||||
if (_wrename(srcw.c_str(), destw.c_str()) == 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue