]> git.saurik.com Git - wxWidgets.git/commitdiff
Missing API.
authorWłodzimierz Skiba <abx@abx.art.pl>
Fri, 25 Aug 2006 11:21:14 +0000 (11:21 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Fri, 25 Aug 2006 11:21:14 +0000 (11:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mgl/utils.cpp

index 7fad2ad588fa239abbecae6c3179b66991e89ae4..b62f4b02ec986073988b3efe54c13ebaa6dd1199 100644 (file)
 // misc.
 //----------------------------------------------------------------------------
 
+// Get free memory in bytes, or -1 if cannot determine amount (e.g. on UNIX)
+wxMemorySize wxGetFreeMemory()
+{
+    // TODO - probably should be extracted to
+    //        src/msdos/utilsdos.cpp and src/unix/utilsunx.cpp
+    //        to avoid code duplication
+    return -1;
+}
+
 void wxBell()
 {
     // FIXME_MGL