mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed compile on Linux.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4125 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
bc113326e4
commit
83837fb9a8
@ -739,7 +739,7 @@ FILE *RsDirUtil::rs_fopen(const char* filename, const char* mode)
|
|||||||
|
|
||||||
return _wfopen(wfilename.c_str(), wmode.c_str());
|
return _wfopen(wfilename.c_str(), wmode.c_str());
|
||||||
#else
|
#else
|
||||||
return = fopen64(filename, mode);
|
return fopen64(filename, mode);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user