fixed incorrect function name

This commit is contained in:
Arvid Norberg 2005-10-17 20:58:37 +00:00
parent 51052fa2b1
commit ac2c1fba0c
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( const path & ph )
BOOST_FILESYSTEM_DECL 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