Don't exclude a bunch of wxDir methods when wxUSE_LONGLONG==0.
The #endif part of a #if wxUSE_LONGLONG check was incorrectly positioned and excluded the definition of several wxDir methods not related to wxLongLong when wxUSE_LONGLONG was 0. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9ce5cf09c2
commit
f422aafede
@ -356,6 +356,8 @@ wxULongLong wxDir::GetTotalSize(const wxString &dirname, wxArrayString *filesSki
|
||||
return traverser.GetTotalSize();
|
||||
}
|
||||
|
||||
#endif // wxUSE_LONGLONG
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxDir helpers
|
||||
// ----------------------------------------------------------------------------
|
||||
@ -378,4 +380,3 @@ bool wxDir::Remove(const wxString &dir, int flags)
|
||||
return wxFileName::Rmdir(dir, flags);
|
||||
}
|
||||
|
||||
#endif // wxUSE_LONGLONG
|
||||
|
Loading…
Reference in New Issue
Block a user