*** empty log message ***

This commit is contained in:
Arvid Norberg 2005-10-17 21:00:57 +00:00
parent ac2c1fba0c
commit c84a71c1ad
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ namespace
return true;
}
BOOST_FILESYSTEM_DECL boost::intmax_t file_size_win( const path & ph )
boost::intmax_t file_size_win( const path & ph )
{
std::wstring wpath(safe_convert(ph.string()));
// by now, intmax_t is 64-bits on all Windows compilers