]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dir.h
remove file containing many obsolete defines, if anyone wants to revive MicroWindows...
[wxWidgets.git] / include / wx / dir.h
index 14ed2ab963d70ae9bef736b0036f085f410e9da5..e41495513d76d487f96f633442f833feab782abf 100644 (file)
@@ -146,8 +146,10 @@ public:
                               const wxString& filespec,
                               int flags = wxDIR_DEFAULT);
 
+#if wxUSE_LONGLONG
     // returns the size of all directories recursively found in given path
     static wxULongLong GetTotalSize(const wxString &dir, wxArrayString *filesSkipped = NULL);
+#endif // wxUSE_LONGLONG
 
 private:
     friend class wxDirData;