tried fix for cygwin

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

View File

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