X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e0a050e347b1ece07ad5f165ba1b1d16edbeae77..0bd2681966523df88ad5cf8e505b532843e58d74:/src/common/filename.cpp diff --git a/src/common/filename.cpp b/src/common/filename.cpp index 295725c32f..2d583d2719 100644 --- a/src/common/filename.cpp +++ b/src/common/filename.cpp @@ -139,7 +139,9 @@ #endif +#if wxUSE_LONGLONG wxULongLong wxInvalidSize = (unsigned)-1; +#endif // wxUSE_LONGLONG // ---------------------------------------------------------------------------- @@ -2317,6 +2319,8 @@ bool wxFileName::GetTimes(wxDateTime *dtAccess, // file size functions // ---------------------------------------------------------------------------- +#if wxUSE_LONGLONG + /* static */ wxULongLong wxFileName::GetSize(const wxString &filename) { @@ -2385,6 +2389,7 @@ wxString wxFileName::GetHumanReadableSize(const wxString &failmsg, int precision return GetHumanReadableSize(GetSize(), failmsg, precision); } +#endif // wxUSE_LONGLONG // ---------------------------------------------------------------------------- // Mac-specific functions