forked from premiere/premiere-libtorrent
better unicode support on windows
This commit is contained in:
parent
fb3f1624cf
commit
5df5773479
|
@ -98,6 +98,8 @@ namespace
|
|||
}
|
||||
}
|
||||
|
||||
using namespace boost::filesystem;
|
||||
|
||||
// based on code from Boost.Fileystem
|
||||
bool create_directories_win(const path& ph)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue