mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 21:23:40 +00:00
add file notification to Mac ticket 514, also change name of class FileInfo to CFileInfo to ease Mac development
This was SVN commit r13821.
This commit is contained in:
@@ -176,7 +176,7 @@ bool CDebuggingServer::GetSettingSimultaneousThreadBreak()
|
||||
}
|
||||
|
||||
|
||||
static Status AddFileResponse(const VfsPath& pathname, const FileInfo& UNUSED(fileInfo), const uintptr_t cbData)
|
||||
static Status AddFileResponse(const VfsPath& pathname, const CFileInfo& UNUSED(fileInfo), const uintptr_t cbData)
|
||||
{
|
||||
std::vector<std::string>& templates = *(std::vector<std::string>*)cbData;
|
||||
std::wstring str(pathname.string());
|
||||
|
||||
Reference in New Issue
Block a user