fixed incorrect function name
This commit is contained in:
@@ -144,7 +144,7 @@ namespace
|
|||||||
return true;
|
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()));
|
std::wstring wpath(safe_convert(ph.string()));
|
||||||
// by now, intmax_t is 64-bits on all Windows compilers
|
// by now, intmax_t is 64-bits on all Windows compilers
|
||||||
|
Reference in New Issue
Block a user