mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 02:23:47 +00:00
This was SVN commit r12229.
This commit is contained in:
@@ -95,6 +95,15 @@ Status ReloadChangedFiles()
|
||||
return INFO::OK;
|
||||
}
|
||||
|
||||
std::wstring GetWstringFromWpath(const fs::wpath& path)
|
||||
{
|
||||
#if BOOST_FILESYSTEM_VERSION == 3
|
||||
return path.wstring();
|
||||
#else
|
||||
return path.string();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
CVFSFile::CVFSFile()
|
||||
: m_BufferSize(0)
|
||||
|
||||
Reference in New Issue
Block a user