mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
49570daf72
commit
1542d5ad2c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user