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