mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Disable wide char stuff, until it works on windoze.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1621 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0f99826623
commit
6842115258
@ -426,6 +426,7 @@ bool RsDirUtil::renameFile(const std::string& from, const std::string& to)
|
||||
return true ;
|
||||
}
|
||||
|
||||
#if 0 // NOT ENABLED YET!
|
||||
/************************* WIDE STRING ***************************/
|
||||
/************************* WIDE STRING ***************************/
|
||||
/************************* WIDE STRING ***************************/
|
||||
@ -831,3 +832,4 @@ bool RsDirUtil::renameWideFile(const std::wstring& from, const std::wstring& to)
|
||||
}
|
||||
|
||||
|
||||
#endif // WIDE STUFF NOT ENABLED YET!
|
||||
|
Loading…
Reference in New Issue
Block a user