path/file corrections for Darwin/Mac OS X

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-10-29 22:26:59 +00:00
parent 334d244877
commit e7e1b01eb5
4 changed files with 38 additions and 43 deletions

View File

@@ -1011,7 +1011,6 @@ long wxGetFreeMemory()
return -1;
}
#ifndef __WXMAC__
bool wxGetDiskSpace(const wxString& path, wxLongLong *pTotal, wxLongLong *pFree)
{
#if defined(HAVE_STATFS) || defined(HAVE_STATVFS)
@@ -1041,7 +1040,6 @@ bool wxGetDiskSpace(const wxString& path, wxLongLong *pTotal, wxLongLong *pFree)
return FALSE;
}
#endif
// ----------------------------------------------------------------------------
// env vars