tried fix for cygwin

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1114 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2009-04-06 11:34:34 +00:00
parent 4bb497a905
commit 49570daf72

View File

@ -391,7 +391,7 @@ bool RsDirUtil::renameFile(const std::string& from, const std::string& to)
int loops = 0;
#ifdef WIN32
#ifdef MINGW || __CYGWIN__
#if defined(MINGW) || defined(__CYGWIN__)
std::string f(from),t(to) ;
#else
std::wstring f,t ;