]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/utilsunx.cpp
fix for wxComboBox::GetSelection from inside event handler
[wxWidgets.git] / src / unix / utilsunx.cpp
index 9ff30199ca6138fa76e439e253d7f10942ebae4c..ffbde3589f2f1224a7cbf9b62d25ed26e7ea1479 100644 (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