From c84a71c1ad9caadb586fc1a46c5ab67d5973b98e Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 17 Oct 2005 21:00:57 +0000 Subject: [PATCH] *** empty log message *** --- src/storage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage.cpp b/src/storage.cpp index ae79fabe3..e3ecb7ece 100755 --- a/src/storage.cpp +++ b/src/storage.cpp @@ -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