tentative compilation fix for cygwin

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1107 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2009-04-02 18:38:06 +00:00
parent 4451978eed
commit 8b36ac51e5

View File

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