fixed saving of bdboot.txt on windows (patch from electron)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7657 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2014-11-02 12:47:50 +00:00
parent 2912b533a5
commit 47263daa72

View File

@ -17,7 +17,7 @@ bool bdFile::renameFile(const std::string& from, const std::string& to)
{
int loops = 0;
#ifdef WINDOWS_SYS
#ifdef WIN32
std::wstring f;
librs::util::ConvertUtf8ToUtf16(from, f);
std::wstring t;