X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/20bfc1c29fbaa99564e5e7150270965190a701f2..2e98aa124386e26c78ca725430c0b0c692db9fc2:/src/palmos/utils.cpp diff --git a/src/palmos/utils.cpp b/src/palmos/utils.cpp index 845aae1033..3185ed3ea6 100644 --- a/src/palmos/utils.cpp +++ b/src/palmos/utils.cpp @@ -107,7 +107,7 @@ wxChar *wxGetUserHome(const wxString& WXUNUSED(user)) return NULL; } -bool wxGetDiskSpace(const wxString& path, wxLongLong *pTotal, wxLongLong *pFree) +bool wxGetDiskSpace(const wxString& path, wxDiskspaceSize_t *pTotal, wxDiskspaceSize_t *pFree) { return false; }