#include "wx/dir.h"
#include "wx/filename.h"
-// error code of wxFileName::GetSize()
-extern wxULongLong wxInvalidSize;
-
// ============================================================================
// implementation
// ============================================================================
// wxDir::GetTotalSize()
// ----------------------------------------------------------------------------
+#if wxUSE_LONGLONG
+
class wxDirTraverserSumSize : public wxDirTraverser
{
public:
return traverser.GetTotalSize();
}
+#endif // wxUSE_LONGLONG