better unicode support on windows

This commit is contained in:
Arvid Norberg 2005-08-16 19:09:06 +00:00
parent fb3f1624cf
commit 5df5773479
1 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,8 @@ namespace
}
}
using namespace boost::filesystem;
// based on code from Boost.Fileystem
bool create_directories_win(const path& ph)
{