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:
drbob 2009-09-08 21:30:59 +00:00
parent 0f99826623
commit 6842115258

View File

@ -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!